diff --git a/pungi.spec b/pungi.spec index e7f093bd..395820e3 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,8 +1,8 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.2.8 -Release: 2%{?dist}.cloudlinux +Version: 4.2.9 +Release: 1%{?dist}.cloudlinux Summary: Distribution compose tool License: GPLv2 @@ -150,6 +150,10 @@ rm %{buildroot}%{_bindir}/%{name}-fedmsg-notification %{_bindir}/%{name}-wait-for-signed-ostree-handler %changelog +* Thu Feb 11 2021 Stepan Oksanichenko - 4.2.9-1 +- LNX-133: Create a server for building nightly builds of AlmaLinux +- LU-2133: Prepare CI for iso builds of CLOSS 8 + * Wed Jan 27 2021 Andrei Lukoshko , Stepan Oksanichenko , oshyshatskyi - 4.2.8-1 - LNX-133: Create a server for building nightly builds of AlmaLinux - LNX-104: Create gather_prepopulate file generator for Pungi diff --git a/setup.py b/setup.py index b3bca907..4a15d771 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.8", + version="4.2.9", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",