Update from upstream #11
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.2'
|
version = '4.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.0'
|
release = '4.3.1'
|
||||||
|
|
||||||
# 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.
|
||||||
|
14
pungi.spec
14
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.0
|
Version: 4.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,18 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2021 Ozan Unsal <ounsal@redhat.com> - 4.3.1-1
|
||||||
|
- Correct irc network name & add matrix room (dan.cermak)
|
||||||
|
- Add missing mock to osbs tests (lsedlar)
|
||||||
|
- osbs: Reuse images from old compose (hlin)
|
||||||
|
- image_build: Allow reusing old image_build results (hlin)
|
||||||
|
- Allow ISO-Level configuration within the config file (ounsal)
|
||||||
|
- Work around ODCS creating COMPOSE_ID later (lsedlar)
|
||||||
|
- When `cts_url` is configured, use CTS `/repo` API for buildContainer
|
||||||
|
yum_repourls. (jkaluza)
|
||||||
|
- Add COMPOSE_ID into the pungi log file (ounsal)
|
||||||
|
- buildinstall: Add easy way to check if previous result was reused (lsedlar)
|
||||||
|
|
||||||
* Fri Sep 10 2021 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.0-1
|
* Fri Sep 10 2021 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.0-1
|
||||||
- Only build CTS url when configured (lsedlar)
|
- Only build CTS url when configured (lsedlar)
|
||||||
- Require requests_kerberos only when needed (lsedlar)
|
- Require requests_kerberos only when needed (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.0",
|
version="4.3.1",
|
||||||
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