diff --git a/pungi.spec b/pungi.spec index 7123aaff..e17019aa 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Distribution compose tool License: GPL-2.0-only @@ -67,6 +67,7 @@ Requires: python3-createrepo_c >= 0.20.1 Requires: python3-PyYAML Requires: python3-productmd >= 1.38 Requires: python3-flufl-lock +Requires: xorriso Requires: python3-productmd >= 1.33 Requires: lorax Requires: python3-distro @@ -165,6 +166,9 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-cache-cleanup %changelog +* Fri May 31 2024 Lubomír Sedlář - 4.6.2-2 +- Add dependency on xorriso, fixes rhbz#2278677 + * Tue Apr 30 2024 Lubomír Sedlář - 4.6.2-1 - Phases/osbuild: support passing 'customizations' for image builds (thozza) - dnf: Load filelists for actual solver too (lsedlar)