- Version is bumped

- Changelog is added

Change-Id: Ib1366f1fe2639037db99b8e939537bb63801058e
This commit is contained in:
soksanichenko 2021-02-11 14:50:12 +02:00
parent 5434d24027
commit b3a8c3f28a
2 changed files with 7 additions and 3 deletions

View File

@ -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 <soksanichenko@cloudlinux.com> - 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 <alukoshko@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com>, oshyshatskyi <oshyshatskyi@cloudlinux.com> - 4.2.8-1
- LNX-133: Create a server for building nightly builds of AlmaLinux
- LNX-104: Create gather_prepopulate file generator for Pungi

View File

@ -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",