Release 4.6.2
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e738f65458
commit
b8e26bfb64
@ -53,7 +53,7 @@ copyright = "2016, Red Hat, Inc."
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "4.6"
|
version = "4.6"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "4.6.1"
|
release = "4.6.2"
|
||||||
|
|
||||||
# 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.
|
||||||
|
20
pungi.spec
20
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.6.1
|
Version: 4.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,24 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 05 2024 Lubomír Sedlář <lsedlar@redhat.com> - 4.6.2-1
|
||||||
|
- Phases/osbuild: support passing 'customizations' for image builds (thozza)
|
||||||
|
- dnf: Load filelists for actual solver too (lsedlar)
|
||||||
|
- kiwibuild: Tell Koji which arches are allowed to fail (lsedlar)
|
||||||
|
- kiwibuild: Update documentation with more details (lsedlar)
|
||||||
|
- kiwibuild: Add kiwibuild global options (lsedlar)
|
||||||
|
- kiwibuild: Process images same as image-build (lsedlar)
|
||||||
|
- kiwibuild: Add subvariant configuration (lsedlar)
|
||||||
|
- kiwibuild: Work around missing arch in build data (lsedlar)
|
||||||
|
- Support KiwiBuild (hlin)
|
||||||
|
- ostree/container: Set version in treefile 'automatic-version-prefix' (tim)
|
||||||
|
- dnf: Explicitly load filelists (lsedlar)
|
||||||
|
- Fix buildinstall reuse with pungi_buildinstall plugin (lsedlar)
|
||||||
|
- Fix filters for DNF query (lsedlar)
|
||||||
|
- gather-dnf: Support dotarch in filter_packages (lsedlar)
|
||||||
|
- gather: Support dotarch notation for debuginfo packages (lsedlar)
|
||||||
|
- Correctly set input and fultree_exclude flags for debuginfo (lsedlar)
|
||||||
|
|
||||||
* Thu Feb 8 2024 Lubomír Sedlář <lsedlar>redhat.com> - 4.6.1-1
|
* Thu Feb 8 2024 Lubomír Sedlář <lsedlar>redhat.com> - 4.6.1-1
|
||||||
- Make python3-mock dependency optional (lsedlar)
|
- Make python3-mock dependency optional (lsedlar)
|
||||||
- Make latest black happy (lsedlar)
|
- Make latest black happy (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.6.1",
|
version="4.6.2",
|
||||||
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