From 19b394c8f3c7ec5a1fc0deb6955f17f7bf4c4881 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 26 Jun 2024 15:30:28 -0700 Subject: [PATCH] tests: Install xorriso instead of genisoimage mkisofs is provided by xorriso on RHEL 10 --- tests/smoke.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke.fmf b/tests/smoke.fmf index 66450d8..fd20a27 100644 --- a/tests/smoke.fmf +++ b/tests/smoke.fmf @@ -3,4 +3,4 @@ contact: Radek Vykydal path: /tests test: ./smoke.sh duration: 30m -require: [genisoimage, coreutils, isomd5sum] +require: [xorriso, coreutils, isomd5sum]