- Use xorriso as recommended package and genisoimage as required for RHEL8/9 and vice versa for RHEL10
This commit is contained in:
parent
1308986569
commit
71c4e3c178
13
pungi.spec
13
pungi.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
Release: 1%{?dist}.alma
|
Release: 2%{?dist}.alma
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -55,7 +55,11 @@ Requires: createrepo_c >= 0.20.1
|
|||||||
Requires: koji >= 1.10.1-13
|
Requires: koji >= 1.10.1-13
|
||||||
Requires: python3-koji-cli-plugins
|
Requires: python3-koji-cli-plugins
|
||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
|
%if %{rhel} == 8 or %{rhel} == 9
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
|
%else
|
||||||
|
Recommends: genisoimage
|
||||||
|
%endif
|
||||||
Requires: git
|
Requires: git
|
||||||
Requires: python3-dnf
|
Requires: python3-dnf
|
||||||
Requires: python3-multilib
|
Requires: python3-multilib
|
||||||
@ -67,7 +71,11 @@ Requires: python3-createrepo_c >= 0.20.1
|
|||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
Requires: python3-productmd >= 1.38
|
Requires: python3-productmd >= 1.38
|
||||||
Requires: python3-flufl-lock
|
Requires: python3-flufl-lock
|
||||||
|
%if %{rhel} == 10
|
||||||
Requires: xorriso
|
Requires: xorriso
|
||||||
|
%else
|
||||||
|
Recommends: xorriso
|
||||||
|
%endif
|
||||||
Requires: python3-productmd >= 1.33
|
Requires: python3-productmd >= 1.33
|
||||||
Requires: lorax
|
Requires: lorax
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
@ -166,6 +174,9 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_bindir}/%{name}-cache-cleanup
|
%{_bindir}/%{name}-cache-cleanup
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 05 2024 Stepan Oksanichenko <soksanichenko@almalinux.org> - 4.7.0-2
|
||||||
|
- Use xorriso as recommended package and genisoimage as required for RHEL8/9 and vice versa for RHEL10
|
||||||
|
|
||||||
* Thu Aug 22 2024 Lubomír Sedlář <lsedlar@redhat.com> - 4.7.0-1
|
* Thu Aug 22 2024 Lubomír Sedlář <lsedlar@redhat.com> - 4.7.0-1
|
||||||
- kiwibuild: Add support for type, type attr and bundle format (lsedlar)
|
- kiwibuild: Add support for type, type attr and bundle format (lsedlar)
|
||||||
- createiso: Block reuse if unsigned packages are allowed (lsedlar)
|
- createiso: Block reuse if unsigned packages are allowed (lsedlar)
|
||||||
|
Loading…
Reference in New Issue
Block a user