4.5.0 release
Signed-off-by: Aditya Bisoi <abisoi@redhat.com>
This commit is contained in:
parent
0d3cd150bd
commit
4c7611291d
@ -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.4"
|
version = "4.5"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "4.4.1"
|
release = "4.5.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.
|
||||||
|
13
pungi.spec
13
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.4.1
|
Version: 4.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,17 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 29 2023 Aditya Bisoi <abisoi@redhat.com> - 4.5.0-1
|
||||||
|
- kojiwrapper: Stop being smart about local access (lsedlar)
|
||||||
|
- Fix unittest errors (ounsal)
|
||||||
|
- Add integrity checking for builds (lsedlar)
|
||||||
|
- Add script for cleaning up the cache (lsedlar)
|
||||||
|
- Add ability to download images (lsedlar)
|
||||||
|
- Add support for not having koji volume mounted locally (lsedlar)
|
||||||
|
- Remove repository cloning multiple times (abisoi)
|
||||||
|
- Support require_all_comps_packages on DNF backend (lsedlar)
|
||||||
|
- Fix new warnings from flake8 (lsedlar)
|
||||||
|
|
||||||
* Tue Jul 25 2023 Aditya Bisoi <abisoi@redhat.com> - 4.4.1-1
|
* Tue Jul 25 2023 Aditya Bisoi <abisoi@redhat.com> - 4.4.1-1
|
||||||
- ostree: Add configuration for custom runroot packages (lsedlar)
|
- ostree: Add configuration for custom runroot packages (lsedlar)
|
||||||
- pkgset: Emit better error for missing modulemd file (lsedlar)
|
- pkgset: Emit better error for missing modulemd file (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.4.1",
|
version="4.5.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