aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-03-28 12:35:11 +0100
committerThomas Huth <thuth@redhat.com>2024-03-28 12:35:11 +0100
commite25d813a62fb8fa0ee7aa0748cf720b59a187e71 (patch)
tree4552225df4e4b9a7c10cb9932ffd1019d7e83413
parent2c571c821b4f34d76890eaa70ab433822557f7f9 (diff)
downloadlibvirt-ci-e25d813a62fb8fa0ee7aa0748cf720b59a187e71.zip
libvirt-ci-e25d813a62fb8fa0ee7aa0748cf720b59a187e71.tar.gz
libvirt-ci-e25d813a62fb8fa0ee7aa0748cf720b59a187e71.tar.bz2
mappings: Fix genisoimage related entries for CS9 / AlmaLinux 9
genisoimage is available on the EL 9 distros, too. Since we do not have to take care of CentOS 7 anymore, we can now simply add a generic "rpm:" entry for this which will cover all, Fedora, CentOS and AlmaLinux. (OpenSUSE has a separate entry anyway which will prevent that this distribution is affected by the new "rpm:" line). Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--lcitool/facts/mappings.yml8
-rw-r--r--tests/data/packages/out/almalinux-9.yml1
-rw-r--r--tests/data/packages/out/centos-stream-9.yml1
3 files changed, 4 insertions, 6 deletions
diff --git a/lcitool/facts/mappings.yml b/lcitool/facts/mappings.yml
index f09f84d..909600d 100644
--- a/lcitool/facts/mappings.yml
+++ b/lcitool/facts/mappings.yml
@@ -464,10 +464,8 @@ mappings:
apk: cdrkit
deb: genisoimage
pkg: cdrkit-genisoimage
- Fedora: genisoimage
+ rpm: genisoimage
OpenSUSE: mkisofs
- AlmaLinux8: genisoimage
- CentOSStream8: genisoimage
gettext:
default: gettext
@@ -643,11 +641,9 @@ mappings:
apk: cdrkit
deb: genisoimage
pkg: cdrkit
- Fedora: genisoimage
+ rpm: genisoimage
MacOS: cdrtools
OpenSUSE: mkisofs
- AlmaLinux8: genisoimage
- CentOSStream8: genisoimage
java:
apk: openjdk11-jdk
diff --git a/tests/data/packages/out/almalinux-9.yml b/tests/data/packages/out/almalinux-9.yml
index 94a3c94..3755c72 100644
--- a/tests/data/packages/out/almalinux-9.yml
+++ b/tests/data/packages/out/almalinux-9.yml
@@ -55,6 +55,7 @@ native:
- gcc-c++
- gdb
- gdk-pixbuf2-devel
+- genisoimage
- gettext
- gettext-devel
- git
diff --git a/tests/data/packages/out/centos-stream-9.yml b/tests/data/packages/out/centos-stream-9.yml
index 94a3c94..3755c72 100644
--- a/tests/data/packages/out/centos-stream-9.yml
+++ b/tests/data/packages/out/centos-stream-9.yml
@@ -55,6 +55,7 @@ native:
- gcc-c++
- gdb
- gdk-pixbuf2-devel
+- genisoimage
- gettext
- gettext-devel
- git