- It's bumped version
- It's added changelog @BS-TARGET-CL8 Change-Id: I51eef1eb45ba54d034e6bed46d99b0470f4e9221
This commit is contained in:
parent
cc4d99441c
commit
aaeee7132d
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.11
|
Version: 4.2.12
|
||||||
Release: 1%{?dist}.cloudlinux
|
Release: 1%{?dist}.cloudlinux
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -160,10 +160,13 @@ python3 -m pytest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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-2186 .treeinfo file in AlmaLinux public kickstart repo should contain AppStream variant
|
||||||
- LU-2195 Change path to sources and iso when generating repositories
|
- LU-2195 Change path to sources and iso when generating repositories
|
||||||
- LU-2202: Start unittests during installation or build of pungi
|
- LU-2202: Start unittests during installation or build of pungi
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.11",
|
version="4.2.12",
|
||||||
description="Distribution compose tool",
|
description="Distribution compose tool",
|
||||||
url="https://pagure.io/pungi",
|
url="https://pagure.io/pungi",
|
||||||
author="Dennis Gilmore",
|
author="Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user