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.3'
|
version = '4.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.2'
|
release = '4.3.3'
|
||||||
|
|
||||||
# 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.
|
||||||
|
12
pungi.spec
12
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.2
|
Version: 4.3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,16 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 08 2022 Haibo Lin <hlin@redhat.com> - 4.3.3-1
|
||||||
|
- hybrid: Explicitly pull in debugsource packages (lsedlar)
|
||||||
|
- Add module obsoletes feature (fvalder)
|
||||||
|
- buildinstall: Add ability to install extra packages in runroot (ounsal)
|
||||||
|
- Ignore osbs/osbuild config when reusing iso images (hlin)
|
||||||
|
- compose: Make sure temporary dirs are world readable (lsedlar)
|
||||||
|
- Pass compose parameter for debugging git issue (hlin)
|
||||||
|
- Generate images.json for extra_isos phase (hlin)
|
||||||
|
- Fix tests for python 2.6 (hlin)
|
||||||
|
|
||||||
* Thu Nov 11 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-1
|
* Thu Nov 11 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-1
|
||||||
- gather: Load JSON mapping relative to config dir (lsedlar)
|
- gather: Load JSON mapping relative to config dir (lsedlar)
|
||||||
- gather: Stop requiring all variants/arches in JSON (lsedlar)
|
- gather: Stop requiring all variants/arches in JSON (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.2",
|
version="4.3.3",
|
||||||
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