4.3.5 release
JIRA: RHELCMP-9389 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ca185aaea8
commit
d7aebfc7f9
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.3'
|
version = '4.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.4'
|
release = '4.3.5'
|
||||||
|
|
||||||
# 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.3.4
|
Version: 4.3.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,17 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.5-1
|
||||||
|
- Fix module defaults and obsoletes validation (mkulik)
|
||||||
|
- Update the cts_keytab field in order to get the hostname of the server
|
||||||
|
(ounsal)
|
||||||
|
- Add skip_branding to ostree_installer. (lzhuang)
|
||||||
|
- kojiwrapper: Ignore warnings before task id (lsedlar)
|
||||||
|
- Restrict jsonschema version (lsedlar)
|
||||||
|
- Revert "Do not clone the same repository multiple times, re-use already
|
||||||
|
cloned repository" (hlin)
|
||||||
|
- Involve bandit (hlin)
|
||||||
|
|
||||||
* Fri Apr 01 2022 Ondřej Nosek <onosek@redhat.com> - 4.3.4-1
|
* Fri Apr 01 2022 Ondřej Nosek <onosek@redhat.com> - 4.3.4-1
|
||||||
- kojiwrapper: Add retries to login call (lsedlar)
|
- kojiwrapper: Add retries to login call (lsedlar)
|
||||||
- Variants file in config can contain path (onosek)
|
- Variants file in config can contain path (onosek)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.4",
|
version="4.3.5",
|
||||||
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