- changelog

- bump version
This commit is contained in:
soksanichenko 2022-10-19 04:41:41 +03:00
parent 92bf1b81ee
commit 48d237cd1e
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
%{?python_enable_dependency_generator}
Name: pungi
Version: 4.2.18
Release: 1%{?dist}.cloudlinux
Version: 4.2.19
Release: 1%{?dist}
Summary: Distribution compose tool
License: GPLv2
@ -158,6 +158,10 @@ python3 -m pytest
%changelog
* Wed Oct 19 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.19-1
- Replace list of cr.packages by cr.PackageIterator in package JSON generator
- Do not lose a module from koji if we have more than one arch (e.g. x86_64 + i686)
* Wed May 4 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.18-1
- ALBS-334: Make the ability of Pungi to give module_defaults from remote sources

View File

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name="pungi",
version="4.2.18",
version="4.2.19",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",