4.4.0 release
JIRA: RHELCMP-11764 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
bcc440491e
commit
091d228219
@ -51,9 +51,9 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.3'
|
version = '4.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.8'
|
release = '4.4.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.
|
||||||
|
17
pungi.spec
17
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.8
|
Version: 4.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,21 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 06 2023 Lubomír Sedlář <lsedlar@redhat.com> - 4.4.0-1
|
||||||
|
- gather-dnf: Run latest() later (lsedlar)
|
||||||
|
- iso: Support joliet long names (lsedlar)
|
||||||
|
- Drop pungi-orchestrator code (lsedlar)
|
||||||
|
- isos: Ensure proper file ownership and permissions (lsedlar)
|
||||||
|
- gather: Always get latest packages (lsedlar)
|
||||||
|
- Add back compatibility with jsonschema <3.0.0 (lsedlar)
|
||||||
|
- Remove useless debug message (lsedlar)
|
||||||
|
- Remove fedmsg from requirements (lsedlar)
|
||||||
|
- gather: Support dotarch in DNF backend (lsedlar)
|
||||||
|
- Set the priority in the fedora-messaging notifier (aurelien)
|
||||||
|
- Fix compatibility with createrepo_c 0.21.1 (lsedlar)
|
||||||
|
- comps: Apply arch filtering to environment/optionlist (lsedlar)
|
||||||
|
- Add config file for cleaning up cache files (hlin)
|
||||||
|
|
||||||
* Tue Mar 28 2023 Haibo Lin <hlin@redhat.com> - 4.3.8-1
|
* Tue Mar 28 2023 Haibo Lin <hlin@redhat.com> - 4.3.8-1
|
||||||
- createiso: Update possibly changed file on DVD (lsedlar)
|
- createiso: Update possibly changed file on DVD (lsedlar)
|
||||||
- pkgset: Stop reuse if configuration changed (lsedlar)
|
- pkgset: Stop reuse if configuration changed (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.8",
|
version="4.4.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