4.1.31 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
df35f26910
commit
7c48b808f1
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.1'
|
version = '4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.1.30'
|
release = '4.1.31'
|
||||||
|
|
||||||
# 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.
|
||||||
|
25
pungi.spec
25
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.30
|
Version: 4.1.31
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -109,6 +109,29 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 26 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.31-1
|
||||||
|
- Add script to merge and dump multiple configuration files (lsedlar)
|
||||||
|
- Move resolving git reference to config validation (lsedlar)
|
||||||
|
- util: Add a cache for resolved git urls (lsedlar)
|
||||||
|
- Copy config files into logs/global/config-copy/ directory (mboddu)
|
||||||
|
- Remove timestamp from config dump (lsedlar)
|
||||||
|
- extra_iso: Support extra files in directory (lsedlar)
|
||||||
|
- extra_iso: Include extra_files.json metadata (lsedlar)
|
||||||
|
- Allow reading configuration from JSON (lsedlar)
|
||||||
|
- Cleanup parsing treefile (lsedlar)
|
||||||
|
- Fix convert rpm_ostree config to YAML (mboddu)
|
||||||
|
- koji_wrapper: Change owner of runroot output (lsedlar)
|
||||||
|
- util: Preserve symlinks when copying (lsedlar)
|
||||||
|
- Move from yaml.load to yaml.safe_load (patrick)
|
||||||
|
- extra_iso: Stop including variant extra files (lsedlar)
|
||||||
|
- gather: Expand wildcards in package names for nodeps (lsedlar)
|
||||||
|
- Configure image name per variant (lsedlar)
|
||||||
|
- init: Keep parent groups in addon comps environments (lsedlar)
|
||||||
|
- Support more specific config for devel modules (lsedlar)
|
||||||
|
- Load supported milestones from productmd (lsedlar)
|
||||||
|
- hybrid: Remove dead code (lsedlar)
|
||||||
|
- Remove dead code (lsedlar)
|
||||||
|
|
||||||
* Fri Oct 26 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.30-1
|
* Fri Oct 26 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.30-1
|
||||||
- gather: Expand wildcards in Pungi (lsedlar)
|
- gather: Expand wildcards in Pungi (lsedlar)
|
||||||
- repoclosure: Extract logs from hybrid solver (lsedlar)
|
- repoclosure: Extract logs from hybrid solver (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.30",
|
version = "4.1.31",
|
||||||
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