From 5d9dcf61fb95463cdd210f20908234ba5c6c6a2c Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Wed, 29 Apr 2020 19:25:59 +0800 Subject: [PATCH] 4.2.2 release Signed-off-by: Haibo Lin --- doc/conf.py | 2 +- pungi.spec | 21 ++++++++++++++++++++- setup.py | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 22365083..3e8563cb 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.2' # The full version, including alpha/beta/rc tags. -release = '4.2.1' +release = '4.2.2' # 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 2d9956e2..465609e5 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.2.1 +Version: 4.2.2 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,25 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Wed Apr 29 2020 Haibo Lin - 4.2.2-1 +- scm: Workaround incorrect permissions on created directory (lsedlar) +- Fix warning about productimg in skip_phases option (lsedlar) +- Add pkgset_allow_reuse option (hlin) +- Delete outdated comments (hlin) +- gather: Fix nodeps method to not prefix match (lsedlar) +- linker: Remove check after copying file (lsedlar) +- Stop creating iso_stage_dir before deleting (hlin) +- Allow reusing old buildinstall phase results. (jkaluza) +- ostree: set umask to be more permissive for ostree operations (dusty) +- Split repoclosure into separate phase (hlin) +- Break too long line (lsedlar) +- RCM-79601: Increase time delay in race condition (bsivasub) +- Allow gather phase reuse on `product_id` change. (jkaluza) +- Gather more debug data for GitWrapper clone (hlin) +- Reuse arch pkgset repos (hlin) +- Get non-rpm build to pungi's extra_files with inheritance (hlin) +- util: Fix regex for detecting debuginfo packages (lsedlar) + * Fri Mar 13 2020 Lubomír Sedlář - 4.2.1-1 - Create MaterializedPackageSets in threads to make pkgset faster. (jkaluza) - pungi-koji: Allow user to specify version component count in latest symlink diff --git a/setup.py b/setup.py index 926eb5bb..3ccf8f8c 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.1", + version="4.2.2", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",