From d3dd7aa7ce92fe7eddbdbeea23c45e6a557f846f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 9 Jun 2017 13:12:19 +0200 Subject: [PATCH] 4.1.16 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 | 22 +++++++++++++++++++++- setup.py | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 35465f4a..da82ad97 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.15' +release = '4.1.16' # 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 f3437f5d..a2826c94 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.15 +Version: 4.1.16 Release: 1%{?dist} Summary: Distribution compose tool @@ -102,6 +102,26 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Fri Jun 09 2017 Lubomír Sedlář - 4.1.16-1 +- Fix changelog generator script (lsedlar) +- util: Retry resolving git branches (lsedlar) +- arch: Move exclu(de|sive)arch check to a function (lsedlar) +- gather-source: Check arch in module source (jkaluza) +- koji-wrapper: Stop mangling env variables (lsedlar) +- Ensure all phases are stopped (lsedlar) +- comps-wrapper: Report unknown package types (lsedlar) +- Generate proper modular metadata when there are different versions of the + same package in the variant (jkaluza) +- checks: Make gpgkey a boolean option (lsedlar) +- ostree: Refactor writing repo file (lsedlar) +- iso-wrapper: Capture debug information for mounting (lsedlar) +- comps-wrapper: Fix crash on conditional packages (lsedlar) +- gather: Don't resolve dependencies in lookaside (lsedlar) +- koji-wrapper: Run all blocking commands with fresh ccache (lsedlar) +- Add @retry decorator and use it to retry connection on PDC on IOError and in + SCM's retry_run. (jkaluza) +- Remove shebang from non-executable files (lsedlar) + * Thu May 04 2017 Lubomír Sedlář - 4.1.15-1 - pkgset: Remove use of undefined variable (lsedlar) - Store RPM artifacts in resulting repository in modulemd metadata. (jkaluza) diff --git a/setup.py b/setup.py index b5f19f76..01b6bbe7 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.15", + version = "4.1.16", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",