Switch to xorriso for iso image creation
xorriso (which also provides /usr/bin/mkisofs) is preferred according to default.conf: ``` # xorrisofs is now used as the preferred method for generating the iso image # with mkisofs and genisoimage as second and third option ISO_MKISOFS_BIN="$( type -p xorrisofs || type -p mkisofs || type -p genisoimage )" ```
This commit is contained in:
parent
5acc2d3b71
commit
7a924aa7b9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: rear
|
Name: rear
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
|
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
|
||||||
URL: http://relax-and-recover.org/
|
URL: http://relax-and-recover.org/
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -51,7 +51,7 @@ Requires: gawk
|
|||||||
Requires: attr
|
Requires: attr
|
||||||
Requires: bc
|
Requires: bc
|
||||||
Requires: iproute
|
Requires: iproute
|
||||||
Requires: genisoimage
|
Requires: xorriso
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
%endif
|
%endif
|
||||||
@ -113,6 +113,9 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
|
|||||||
|
|
||||||
#-- CHANGELOG -----------------------------------------------------------------#
|
#-- CHANGELOG -----------------------------------------------------------------#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.6-10
|
||||||
|
- Switch to xorriso for iso image creation
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-9
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user