aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2024-05-02 08:28:33 +0200
committerMartin Kletzander <mkletzan@redhat.com>2024-05-02 09:20:31 +0200
commit58d75ecde9c91aac521856364495ff47ee9749bf (patch)
tree54f0fbe90e326f2b023aca3d77acecb6d87cdf98
parent46fd6f3a8bce74dfd2b0b1a546fdace6711818e7 (diff)
downloadlibvirt-ci-58d75ecde9c91aac521856364495ff47ee9749bf.zip
libvirt-ci-58d75ecde9c91aac521856364495ff47ee9749bf.tar.gz
libvirt-ci-58d75ecde9c91aac521856364495ff47ee9749bf.tar.bz2
mappings: Make nbdsh available on OpenSUSE
It is now provided by the python3-libnbd package, just like the default is already set for nbdsh. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
-rw-r--r--lcitool/facts/mappings.yml1
-rw-r--r--tests/data/packages/out/opensuse-leap-15.yml1
-rw-r--r--tests/data/packages/out/opensuse-tumbleweed.yml1
3 files changed, 2 insertions, 1 deletions
diff --git a/lcitool/facts/mappings.yml b/lcitool/facts/mappings.yml
index 298a58d..2ff8481 100644
--- a/lcitool/facts/mappings.yml
+++ b/lcitool/facts/mappings.yml
@@ -1265,7 +1265,6 @@ mappings:
apk:
pkg:
MacOS:
- OpenSUSE:
ncursesw:
default: ncurses
diff --git a/tests/data/packages/out/opensuse-leap-15.yml b/tests/data/packages/out/opensuse-leap-15.yml
index 54331e0..8dab94c 100644
--- a/tests/data/packages/out/opensuse-leap-15.yml
+++ b/tests/data/packages/out/opensuse-leap-15.yml
@@ -223,6 +223,7 @@ native:
- python3-docutils
- python3-flake8
- python3-gobject
+- python3-libnbd
- python3-libxml2
- python3-lxml
- python3-numpy
diff --git a/tests/data/packages/out/opensuse-tumbleweed.yml b/tests/data/packages/out/opensuse-tumbleweed.yml
index 8f4665d..47e6f00 100644
--- a/tests/data/packages/out/opensuse-tumbleweed.yml
+++ b/tests/data/packages/out/opensuse-tumbleweed.yml
@@ -226,6 +226,7 @@ native:
- python3-docutils
- python3-flake8
- python3-gobject
+- python3-libnbd
- python3-libxml2
- python3-lxml
- python3-numpy