From 9a64db048510547e75032166b598028d88ef17ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 31 May 2024 14:06:00 +0300 Subject: [PATCH] Require xorriso for bug#2278677 (cherry picked from commit 22214e03b888c9b5f85919815f2825ad176c5370) --- pungi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)