diff --git a/pungi.spec b/pungi.spec index 542d1372..087e4f08 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.2.14 +Version: 4.2.15 Release: 1%{?dist}.cloudlinux Summary: Distribution compose tool @@ -160,6 +160,11 @@ python3 -m pytest %changelog + +* Thu Dec 30 2021 stepan_oksanichenio - 4.2.15-1 +- ALBS-97: The scripts `gather_modules` and `generate_packages_json` support LZMA compression +- ALBS-97: The script `generate_packages_json` can use repos with different architectures + * Mon Dec 20 2021 stepan_oksanichenko - 4.2.14-1 - ALBS-66: The generator of packages JSON can process the same packages with different versions diff --git a/setup.py b/setup.py index fc34c45b..1cab4ecc 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.14", + version="4.2.15", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",