From c8bd967a570a5b2b61b162d81e20d25fa232655f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 16 Jul 2018 10:36:53 +0200 Subject: [PATCH] 4.1.26 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- pungi.spec | 36 +++++++++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bbb7deb5..dcf9f04e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.1' # 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 # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index 0dcccfbb..cbcca17a 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.25 +Version: 4.1.26 Release: 1%{?dist} Summary: Distribution compose tool @@ -105,6 +105,40 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Mon Jul 16 2018 Lubomír Sedlář - 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 - 4.1.25-1 - comps-wrapper: Make tests pass on EL6 (lsedlar) - pkgset: Add option to ignore noarch in ExclusiveArch (lsedlar) diff --git a/setup.py b/setup.py index 938ba575..2017e8bc 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.25", + version = "4.1.26", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",