From d003d1eefd2540a7f72ee491dde2ef10c64fe5dd Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jan 31 2019 10:21:20 +0000 Subject: Use xorriso instead of xorrisofs https://bugzilla.redhat.com/show_bug.cgi?id=1671263 --- diff --git a/lorax.spec b/lorax.spec index 26c0424..cfc6ead 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 30.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images License: GPLv2+ @@ -26,7 +26,7 @@ Requires: dosfstools Requires: e2fsprogs Requires: findutils Requires: gawk -Requires: xorrisofs +Requires: xorriso Requires: glib2 Requires: glibc Requires: glibc-common @@ -233,6 +233,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* Thu Jan 31 2019 Miro Hrončok - 30.13-2 +- Use xorriso instead of xorrisofs (#1671263) + * Wed Jan 30 2019 Brian C. Lane 30.13-1 - Remove duplicate repositories from the sources list (bcl@redhat.com) - Copy .discinfo to the boot.iso (bcl@redhat.com)