4.3.2 release
JIRA: RHELCMP-7182 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
b652119d54
commit
cfb9882269
@ -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.2'
|
version = '4.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.1'
|
release = '4.3.2'
|
||||||
|
|
||||||
# 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.
|
||||||
|
16
pungi.spec
16
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.1
|
Version: 4.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,20 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 11 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-1
|
||||||
|
- gather: Load JSON mapping relative to config dir (lsedlar)
|
||||||
|
- gather: Stop requiring all variants/arches in JSON (lsedlar)
|
||||||
|
- doc: make dnf "backend" settings easier to discover (kdreyer)
|
||||||
|
- Remove with_jigdo argument (lsedlar)
|
||||||
|
- Check dependencies after config validation (lsedlar)
|
||||||
|
- default "with_jigdo" to False (kdreyer)
|
||||||
|
- Stop trying to validate non-existent metadata (lsedlar)
|
||||||
|
- test images for metadata deserialization error (fdipretre)
|
||||||
|
- repoclosure: Use --forcearch for dnf repoclosure (lsedlar)
|
||||||
|
- extra_isos: Allow reusing old images (lsedlar)
|
||||||
|
- createiso: Allow reusing old images (lsedlar)
|
||||||
|
- Remove default runroot channel (lsedlar)
|
||||||
|
|
||||||
* Mon Oct 25 2021 Ozan Unsal <ounsal@redhat.com> - 4.3.1-1
|
* Mon Oct 25 2021 Ozan Unsal <ounsal@redhat.com> - 4.3.1-1
|
||||||
- Correct irc network name & add matrix room (dan.cermak)
|
- Correct irc network name & add matrix room (dan.cermak)
|
||||||
- Add missing mock to osbs tests (lsedlar)
|
- Add missing mock to osbs tests (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.1",
|
version="4.3.2",
|
||||||
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