4.3.4 release
JIRA: RHELCMP-8627 Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
f8c7ad28e4
commit
707a2c8d10
@ -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.3'
|
release = '4.3.4'
|
||||||
|
|
||||||
# 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.3
|
Version: 4.3.4
|
||||||
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
|
||||||
|
* Fri Apr 01 2022 Ondřej Nosek <onosek@redhat.com> - 4.3.4-1
|
||||||
|
- kojiwrapper: Add retries to login call (lsedlar)
|
||||||
|
- Variants file in config can contain path (onosek)
|
||||||
|
- nomacboot option for livemedia koji tasks (cobrien)
|
||||||
|
- doc: improve osbs_registries explanation (kdreyer)
|
||||||
|
- osbs: only handle archives of type "image" (kdreyer)
|
||||||
|
- Update the default greedy_method value in doc (ounsal)
|
||||||
|
- Fix the wrong working directory for the progress_notification script (ounsal)
|
||||||
|
- Filter out environment groups unmatch given arch (hlin)
|
||||||
|
- profiler: Respect provided output stream (lsedlar)
|
||||||
|
- modules: Correct a typo in loading obsoletes (ppisar)
|
||||||
|
- Do not clone the same repository multiple times, re-use already cloned
|
||||||
|
repository (ounsal)
|
||||||
|
|
||||||
* Sat Jan 08 2022 Haibo Lin <hlin@redhat.com> - 4.3.3-1
|
* Sat Jan 08 2022 Haibo Lin <hlin@redhat.com> - 4.3.3-1
|
||||||
- hybrid: Explicitly pull in debugsource packages (lsedlar)
|
- hybrid: Explicitly pull in debugsource packages (lsedlar)
|
||||||
- Add module obsoletes feature (fvalder)
|
- Add module obsoletes feature (fvalder)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.3",
|
version="4.3.4",
|
||||||
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