4.4.1 release
Signed-off-by: Aditya Bisoi <abisoi@redhat.com>
This commit is contained in:
parent
bd64894a03
commit
7128021654
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.4'
|
version = '4.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.4.0'
|
release = '4.4.1'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.4.0
|
Version: 4.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,12 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 25 2023 Aditya Bisoi <abisoi@redhat.com> - 4.4.1-1
|
||||||
|
- ostree: Add configuration for custom runroot packages (lsedlar)
|
||||||
|
- pkgset: Emit better error for missing modulemd file (lsedlar)
|
||||||
|
- Add support for git-credential-helper (lsedlar)
|
||||||
|
- Support OIDC Client Credentials authentication to CTS (hlin)
|
||||||
|
|
||||||
* Tue Jun 06 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.4.0-1
|
* Tue Jun 06 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.4.0-1
|
||||||
- gather-dnf: Run latest() later (lsedlar)
|
- gather-dnf: Run latest() later (lsedlar)
|
||||||
- iso: Support joliet long names (lsedlar)
|
- iso: Support joliet long names (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.4.0",
|
version="4.4.1",
|
||||||
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