diff --git a/pungi.spec b/pungi.spec index 744cad04..6f0b554d 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.7.0 -Release: 6%{?dist}.alma +Release: 6%{?dist}.alma.1 Summary: Distribution compose tool License: GPL-2.0-only @@ -175,7 +175,7 @@ rm %{buildroot}%{_bindir}/pungi %changelog * Fri Sep 27 2024 Stepan Oksanichenko - 4.7.0-6 -- Add x86_64_v2 to a lisf of exclusive arches if there is any arch with base `x86_64` +- Add x86_64_v2 to a list of exclusive arches if there is any arch with base `x86_64` * Mon Sep 16 2024 Eduard Abdullin - 4.7.0-5 - Add x86_64_v2 to arch list if x86_64 in list @@ -290,15 +290,15 @@ rm %{buildroot}%{_bindir}/pungi - Fix minor Ruff/flake8 warnings (tim) - osbuild: manifest type in config (cmdr) -* Mon Sep 25 2023 Lubomír Sedlář - 4.5.0-7 -- Backport patch for explicit setting of osbuild image type in metadata - * Mon Nov 21 2023 Stepan Oksanichenko - 4.5.0-3 - Method `get_remote_file_content` is object's method now * Wed Nov 15 2023 Stepan Oksanichenko - 4.5.0-2 - Return empty list if a repo doesn't contain any module +* Mon Sep 25 2023 Lubomír Sedlář - 4.5.0-7 +- Backport patch for explicit setting of osbuild image type in metadata + * Thu Aug 31 2023 Lubomír Sedlář - 4.5.0-1 - kojiwrapper: Stop being smart about local access (lsedlar) - Fix unittest errors (ounsal)