- The version is bumped

- The changelog is updated

@BS-NOBUILD
@BS-TARGET-CL8

Change-Id: Iadbf3d7223db85a58ba82f41597de27dbfffe1ca
This commit is contained in:
stepan_oksanichenko 2021-06-18 14:47:09 +03:00
parent 14dd6a195f
commit b2c49dcaf6
2 changed files with 6 additions and 2 deletions

View File

@ -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 <soksanichenko@cloudlinux.com> - 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 <soksanichenko@cloudlinux.com> - 4.2.12-1
- LNX-108: Add multiarch support to pungi

View File

@ -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",