From 3d3e4bafdf657d149da614483fe3693fefbd9179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 31 Aug 2023 13:13:46 +0300 Subject: [PATCH] - New upstream release 4.5.0 (cherry picked from commit 4dfabb647bc43e59923db4a7fb4c83fb0f598258 (fedora_master)) --- pungi.spec | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pungi.spec b/pungi.spec index 809bf8c2..fc1d8ea0 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.4.1 +Version: 4.5.0 Release: 1%{?dist}.alma Summary: Distribution compose tool @@ -36,6 +36,7 @@ BuildRequires: python3-gobject BuildRequires: python3-createrepo_c >= 0.20.1 BuildRequires: python3-dogpile-cache BuildRequires: python3-parameterized +BuildRequires: python3-flufl-lock BuildRequires: python3-ddt BuildRequires: python3-distro BuildRequires: python3-gobject-base @@ -64,6 +65,8 @@ Requires: python3-libmodulemd >= 2.8.0 Requires: python3-gobject Requires: python3-createrepo_c >= 0.20.1 Requires: python3-PyYAML +Requires: python3-productmd >= 1.28 +Requires: python3-flufl-lock Requires: python3-productmd >= 1.33 Requires: lorax Requires: python3-distro @@ -141,8 +144,8 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-make-ostree %{_mandir}/man1/pungi.1.gz %{_datadir}/pungi -/var/cache/pungi -%dir %attr(1777, root, root) /var/cache/pungi/createrepo_c +%{_localstatedir}/cache/pungi +%dir %attr(1777, root, root) %{_localstatedir}/cache/pungi/createrepo_c %{_tmpfilesdir}/pungi-clean-cache.conf %files -n python3-%{name} @@ -159,8 +162,19 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-patch-iso %{_bindir}/%{name}-compare-depsolving %{_bindir}/%{name}-wait-for-signed-ostree-handler +%{_bindir}/%{name}-cache-cleanup %changelog +* Thu Aug 31 2023 Lubomír Sedlář - 4.5.0-1 +- kojiwrapper: Stop being smart about local access (lsedlar) +- Fix unittest errors (ounsal) +- Add integrity checking for builds (lsedlar) +- Add script for cleaning up the cache (lsedlar) +- Add ability to download images (lsedlar) +- Add support for not having koji volume mounted locally (lsedlar) +- Remove repository cloning multiple times (abisoi) +- Support require_all_comps_packages on DNF backend (lsedlar) +- Fix new warnings from flake8 (lsedlar) * Tue Jul 25 2023 Lubomír Sedlář - 4.4.1-1 - ostree: Add configuration for custom runroot packages (lsedlar)