4.6.0 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
119b212241
commit
f4bf0739aa
@ -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.5"
|
version = "4.6"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "4.5.1"
|
release = "4.6.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.
|
||||||
|
14
pungi.spec
14
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.5.1
|
Version: 4.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,18 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 11 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.6.0-1
|
||||||
|
- Add ostree container to image metadata (lsedlar)
|
||||||
|
- Updates for ostree-container phase (lsedlar)
|
||||||
|
- Add ostree native container support (tim)
|
||||||
|
- Improve autodetection of productmd image type for osbuild images (awilliam)
|
||||||
|
- pkgset: ignore events for modular content tags (lsedlar)
|
||||||
|
- pkgset: Ignore duplicated module builds (lsedlar)
|
||||||
|
- Drop buildinstall method (abisoi)
|
||||||
|
- Add step to send UMB message (lzhuang)
|
||||||
|
- Fix minor Ruff/flake8 warnings (tim)
|
||||||
|
- osbuild: manifest type in config (cmdr)
|
||||||
|
|
||||||
* Thu Sep 7 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.5.1-1
|
* Thu Sep 7 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.5.1-1
|
||||||
- gather_dnf.py: Do not raise error when the downloaded package exists.
|
- gather_dnf.py: Do not raise error when the downloaded package exists.
|
||||||
(ounsal)
|
(ounsal)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.5.1",
|
version="4.6.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