4.3.6 release
JIRA: RHELCMP-9914 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
8aba2363e2
commit
146b88e1e9
@ -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.5'
|
release = '4.3.6'
|
||||||
|
|
||||||
# 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.5
|
Version: 4.3.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,21 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 26 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.6-1
|
||||||
|
- pkgset: Report better error when module is missing an arch (lsedlar)
|
||||||
|
- osbuild: add support for building ostree artifacts (ondrej)
|
||||||
|
- ostree: Add unified core mode for compose in rpm-ostree (tim)
|
||||||
|
- createiso: Make ISO level more granular (lsedlar)
|
||||||
|
- Create DVDs with xorriso (lsedlar)
|
||||||
|
- Fix compatibility with jsonschema >= 4.0.0 (lsedlar)
|
||||||
|
- Fix black complaint (lsedlar)
|
||||||
|
- doc: fix osbuild's image_types field name (ondrej)
|
||||||
|
- Convert _ssh_run output to str for python3 (hlin)
|
||||||
|
- Print more logs for git_ls_remote (hlin)
|
||||||
|
- Log time taken of each phase (hlin)
|
||||||
|
- Avoid crash when loading pickle file failed (hlin)
|
||||||
|
- extra_isos: Fix detection of changed packages (lsedlar)
|
||||||
|
|
||||||
* Wed Jun 15 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.5-1
|
* Wed Jun 15 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.5-1
|
||||||
- Fix module defaults and obsoletes validation (mkulik)
|
- Fix module defaults and obsoletes validation (mkulik)
|
||||||
- Update the cts_keytab field in order to get the hostname of the server
|
- Update the cts_keytab field in order to get the hostname of the server
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.5",
|
version="4.3.6",
|
||||||
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