4.1.26 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ba0193ca28
commit
c8bd967a57
@ -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.25'
|
release = '4.1.26'
|
||||||
|
|
||||||
# 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.
|
||||||
|
36
pungi.spec
36
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.25
|
Version: 4.1.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -105,6 +105,40 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 16 2018 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.26-1
|
||||||
|
- gather: Add a hybrid depsolver backend (lsedlar)
|
||||||
|
- Always use lookasides for repoclosure (lsedlar)
|
||||||
|
- doc: closing parentheses for require_all_comps_packages (kdreyer)
|
||||||
|
- osbs: Generate unique repo names (lsedlar)
|
||||||
|
- Expand version field during image_build using version_generator (sinny)
|
||||||
|
- createrepo: Stop including modulemd in debug repos (lsedlar)
|
||||||
|
- Simplify iterating over module defaults (lsedlar)
|
||||||
|
- pkgset: Apply module filters on pkgset level (lsedlar)
|
||||||
|
- init: Validate whitespace in comps groups (lsedlar)
|
||||||
|
- createrepo: Include empty modules (lsedlar)
|
||||||
|
- createiso: Break hardlinks by copying files (lsedlar)
|
||||||
|
- pkgset: Query Koji instead of PDC (mcurlej)
|
||||||
|
- config: Report variants validity issues (lsedlar)
|
||||||
|
- variants: Reject values with whitespace (lsedlar)
|
||||||
|
- osbs: Fresh koji session for getting metadata (lsedlar)
|
||||||
|
- gather: Ignore comps in lookaside repo (lsedlar)
|
||||||
|
- init: Test that init phase correctly clones defaults (lsedlar)
|
||||||
|
- init: Add tests for cloning module defaults (lsedlar)
|
||||||
|
- init: Add validation for module defaults (lsedlar)
|
||||||
|
- ostree-installer: Skip comps repo if there are no comps (lsedlar)
|
||||||
|
- kojiwrapper: Call chmod recursively (lsedlar)
|
||||||
|
- Add test for getting licenses from a repo (lsedlar)
|
||||||
|
- Add content_licenses to module metadata (sgallagh)
|
||||||
|
- Update virtualenv instructions (lsedlar)
|
||||||
|
- kojiwrapper: Don't mark runroot as successful by chmod (lsedlar)
|
||||||
|
- Allow extracting koji event from another compose (lsedlar)
|
||||||
|
- Copy modules instead of reparsing them (sgallagh)
|
||||||
|
- Silence config warnings in quiet mode (lsedlar)
|
||||||
|
- kojiwrapper: Make result of runroot world readable (lsedlar)
|
||||||
|
- osbs: Add nvr to metadata (lsedlar)
|
||||||
|
- Always get old compose with release type suffix (patrick)
|
||||||
|
- Make ostree_installer check if buildinstall is skipped correctly (puiterwijk)
|
||||||
|
|
||||||
* Tue May 22 2018 Ondřej Nosek <onosek@redhat.com> - 4.1.25-1
|
* Tue May 22 2018 Ondřej Nosek <onosek@redhat.com> - 4.1.25-1
|
||||||
- comps-wrapper: Make tests pass on EL6 (lsedlar)
|
- comps-wrapper: Make tests pass on EL6 (lsedlar)
|
||||||
- pkgset: Add option to ignore noarch in ExclusiveArch (lsedlar)
|
- pkgset: Add option to ignore noarch in ExclusiveArch (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.25",
|
version = "4.1.26",
|
||||||
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