Release 4.7.0
JIRA: RHELCMP-13991 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e43cf68f08
commit
a8dbd77f7f
@ -51,9 +51,9 @@ copyright = "2016, Red Hat, Inc."
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "4.6"
|
version = "4.7"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "4.6.3"
|
release = "4.7.0"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
12
pungi.spec
12
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.6.3
|
Version: 4.7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,16 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 16 2024 Lubomír Sedlář <lsedlar@redhat.com> - 4.7.0-1
|
||||||
|
- kiwibuild: Add support for type, type attr and bundle format (lsedlar)
|
||||||
|
- createiso: Block reuse if unsigned packages are allowed (lsedlar)
|
||||||
|
- Allow live_images phase to still be skipped (lsedlar)
|
||||||
|
- createiso: Recompute .treeinfo checksums for images (lsedlar)
|
||||||
|
- Drop support for signing rpm-wrapped artifacts (lsedlar)
|
||||||
|
- Remove live_images.py (LiveImagesPhase) (awilliam)
|
||||||
|
- Clean up requirements (lsedlar)
|
||||||
|
- Update pungi.spec for py3 (hlin)
|
||||||
|
|
||||||
* Fri Jul 12 2024 Haibo Lin <hlin@redhat.com> - 4.6.3-1
|
* Fri Jul 12 2024 Haibo Lin <hlin@redhat.com> - 4.6.3-1
|
||||||
- Fix formatting of long line (lsedlar)
|
- Fix formatting of long line (lsedlar)
|
||||||
- unified-isos: Resolve symlinks (lsedlar)
|
- unified-isos: Resolve symlinks (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.6.3",
|
version="4.7.0",
|
||||||
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