From c60aaa31c099892f5b1792c740ab307bd1f7913c Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Sun, 1 May 2022 03:32:01 +0300 Subject: [PATCH] ALBS-334: Make the ability of Pungi to give module_defaults from remote sources --- pungi.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index 535427ef..65b31e30 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.2.17 +Version: 4.2.18 Release: 1%{?dist}.cloudlinux Summary: Distribution compose tool @@ -158,6 +158,9 @@ python3 -m pytest %changelog +* Wed May 4 2022 stepan_oksanichenko - 4.2.18-1 +- ALBS-334: Make the ability of Pungi to give module_defaults from remote sources + * Tue Mar 22 2022 stepan_oksanichenko - 4.2.17-1 - ALBS-226: Patch pungi/lorax for building AL9 diff --git a/setup.py b/setup.py index 5dcf30b9..0adb83dd 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.17", + version="4.2.18", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",