- Version is bumped
- Changelog is added Change-Id: Ib1366f1fe2639037db99b8e939537bb63801058e
This commit is contained in:
parent
5434d24027
commit
b3a8c3f28a
@ -1,8 +1,8 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.8
|
Version: 4.2.9
|
||||||
Release: 2%{?dist}.cloudlinux
|
Release: 1%{?dist}.cloudlinux
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -150,6 +150,10 @@ rm %{buildroot}%{_bindir}/%{name}-fedmsg-notification
|
|||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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-133: Create a server for building nightly builds of AlmaLinux
|
||||||
- LNX-104: Create gather_prepopulate file generator for Pungi
|
- LNX-104: Create gather_prepopulate file generator for Pungi
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.8",
|
version="4.2.9",
|
||||||
description="Distribution compose tool",
|
description="Distribution compose tool",
|
||||||
url="https://pagure.io/pungi",
|
url="https://pagure.io/pungi",
|
||||||
author="Dennis Gilmore",
|
author="Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user