- changelog

- bump version
This commit is contained in:
soksanichenko 2022-10-19 04:40:39 +03:00
parent dd22d94a9e
commit 6edece449d
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
%{?python_enable_dependency_generator}
Name: pungi
Version: 4.2.16
Release: 1%{?dist}.cloudlinux
Version: 4.2.17
Release: 1%{?dist}
Summary: Distribution compose tool
License: GPLv2
@ -161,6 +161,10 @@ python3 -m pytest
%changelog
* Wed Oct 19 2022 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.17-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.16-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.16",
version="4.2.17",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",