4.2.2 release

Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
Haibo Lin 2020-04-29 19:25:59 +08:00
parent 9fced77140
commit 5d9dcf61fb
3 changed files with 22 additions and 3 deletions

View File

@ -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.

View File

@ -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 <hlin@redhat.com> - 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ář <lsedlar@redhat.com> - 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

View File

@ -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",