ddiskit.spec: replace genisoimage requirement with /usr/bin/mkisofs one
xorriso provides a drop-in mkisofs version, so let's enable usage of either implementation by requiring a specific executable, rather than a package. Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
This commit is contained in:
parent
7134cd4030
commit
dff8bb2524
@ -11,7 +11,7 @@ Version: 3.6
|
||||
|
||||
%forgemeta
|
||||
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Tool for Red Hat Enterprise Linux Driver Update Disk creation
|
||||
|
||||
License: GPLv3
|
||||
@ -22,7 +22,8 @@ BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: rpm createrepo genisoimage
|
||||
Requires: rpm createrepo
|
||||
Requires: /usr/bin/mkisofs
|
||||
Suggests: quilt git
|
||||
Recommends: kernel-devel redhat-rpm-config rpm-build
|
||||
Recommends: mock
|
||||
@ -67,6 +68,10 @@ find %{buildroot} -size 0 -delete
|
||||
%config(noreplace) /etc/ddiskit.config
|
||||
|
||||
%changelog
|
||||
* Thu Apr 29 2021 Eugene Syromiatnikov <esyr@redhat.com> - 3.6-12
|
||||
- Change "Requires: genisoimage" dependency to "Requires: /usr/bin/mkisofs"
|
||||
to enable xorriso-provided drop-in replacement implementation usage.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user