ALBS-97: Build AlmaLinux PPC64le repos and ISOs with pungi
- Changelog - Version is bumped @BS-NOBUILD @BS-TARGET-CL8 Change-Id: I933925b7a27a5e1b642020e060f59212fdc6ebf4
This commit is contained in:
parent
b9d86b90e1
commit
0484426e0c
@ -1,7 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.14
|
Version: 4.2.15
|
||||||
Release: 1%{?dist}.cloudlinux
|
Release: 1%{?dist}.cloudlinux
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -160,6 +160,11 @@ python3 -m pytest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu Dec 30 2021 stepan_oksanichenio <soksanichenko@cloudlinux.com> - 4.2.15-1
|
||||||
|
- ALBS-97: The scripts `gather_modules` and `generate_packages_json` support LZMA compression
|
||||||
|
- ALBS-97: The script `generate_packages_json` can use repos with different architectures
|
||||||
|
|
||||||
* Mon Dec 20 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.14-1
|
* Mon Dec 20 2021 stepan_oksanichenko <soksanichenko@cloudlinux.com> - 4.2.14-1
|
||||||
- ALBS-66: The generator of packages JSON can process the same packages with different versions
|
- ALBS-66: The generator of packages JSON can process the same packages with different versions
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.14",
|
version="4.2.15",
|
||||||
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