- It's bumped version

- It's added changelog

@BS-TARGET-CL8

Change-Id: I51eef1eb45ba54d034e6bed46d99b0470f4e9221
This commit is contained in:
stepan_oksanichenko 2021-05-25 21:28:47 +03:00
parent cc4d99441c
commit aaeee7132d
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
%{?python_enable_dependency_generator}
Name: pungi
Version: 4.2.11
Version: 4.2.12
Release: 1%{?dist}.cloudlinux
Summary: Distribution compose tool
@ -160,10 +160,13 @@ python3 -m pytest
%changelog
* Thu Apr 29 2021 soksanichenko <soksanichenko@cloudlinux.com> - 4.2.11-1
* Tue May 25 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.12-1
- LNX-108: Add multiarch support to pungi
* Thu Apr 29 2021 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.11-1
- LNX-311: Add ability to productmd set a main variant while dumping TreeInfo
* Wed Feb 24 2021 Danylo Kuropiatnyk <dkuropiatnyk@cloudlinux.com>, soksanichenko <soksanichenko@cloudlinux.com> - 4.2.10-1
* Wed Feb 24 2021 Danylo Kuropiatnyk <dkuropiatnyk@cloudlinux.com>, Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.2.10-1
- LU-2186 .treeinfo file in AlmaLinux public kickstart repo should contain AppStream variant
- LU-2195 Change path to sources and iso when generating repositories
- LU-2202: Start unittests during installation or build of pungi

View File

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name="pungi",
version="4.2.11",
version="4.2.12",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",