diff --git a/pungi.spec b/pungi.spec index 4443fd89..535427ef 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.2.16 +Version: 4.2.17 Release: 1%{?dist}.cloudlinux Summary: Distribution compose tool @@ -158,6 +158,9 @@ python3 -m pytest %changelog +* Tue Mar 22 2022 stepan_oksanichenko - 4.2.17-1 +- ALBS-226: Patch pungi/lorax for building AL9 + * Thu Feb 25 2022 stepan_oksanichenio - 4.2.16-1 - ALBS-186: Move pungi to our gitea and build it for AL9 diff --git a/setup.py b/setup.py index efa29b92..5dcf30b9 100755 --- a/setup.py +++ b/setup.py @@ -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",