From b2c49dcaf64986df70a9be94376e9d51a5b0b154 Mon Sep 17 00:00:00 2001 From: stepan_oksanichenko Date: Fri, 18 Jun 2021 14:47:09 +0300 Subject: [PATCH] - The version is bumped - The changelog is updated @BS-NOBUILD @BS-TARGET-CL8 Change-Id: Iadbf3d7223db85a58ba82f41597de27dbfffe1ca --- pungi.spec | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index 2800e0b4..79ee517a 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.2.12 +Version: 4.2.13 Release: 1%{?dist}.cloudlinux Summary: Distribution compose tool @@ -160,6 +160,10 @@ python3 -m pytest %changelog +* Fri Jun 18 2021 stepan_oksanichenko - 4.2.13-1 +- LNX-326: Add the ability to include any package by mask in packages.json to the generator +- LNX-318: Modify build scripts for building CloudLinux OS 8.4 + * Tue May 25 2021 Stepan Oksanichenko - 4.2.12-1 - LNX-108: Add multiarch support to pungi diff --git a/setup.py b/setup.py index c7ab9c6c..7e2d7776 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.12", + version="4.2.13", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",