From 420b74419381bca5f72e6a235acc936e62f5dc28 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Tue, 22 May 2018 14:12:31 +0200 Subject: [PATCH] 4.1.25 release Signed-off-by: Ondrej Nosek --- doc/conf.py | 2 +- pungi.spec | 30 +++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6cb7b4fe..bbb7deb5 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.24' +release = '4.1.25' # 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 2d4e71e1..e0779e6f 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.24 +Version: 4.1.25 Release: 1%{?dist} Summary: Distribution compose tool @@ -104,6 +104,34 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* 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) +- Handling multiple modules with the same NSV - PDC (onosek) +- createrepo: Allow disabling SQLite database (lsedlar) +- init: Drop database from comps repo (lsedlar) +- createrepo: Add module arch to metadata (lsedlar) +- arch: Drop mapping ppc64 -> ppc64p7 (lsedlar) +- arch: Make i386 map to i686 instead of athlon (lsedlar) +- ostree-installer: Use Python function to copy (lsedlar) +- Add a phase for creating extra ISOs (lsedlar) +- Stop using .message attribute on exceptions (lsedlar) +- Validation of parameter skip_phases (onosek) +- Capture sigterm and mark the compose as DOOMED (puiterwijk) +- createiso: Remove useless method (lsedlar) +- createiso: Refactor code into smaller functions (lsedlar) +- init: Stop filtering comps environments all the time (lsedlar) +- Make wait-for-signed-ostree repeat the fedmsg in case the signer crashed + (puiterwijk) +- arch: Remove mocks in tests (lsedlar) +- ostree-installer: Allow overwriting buildinstall (lsedlar) +- ostree-installer: Work with skipped buildinstall (lsedlar) +- createrepo: Use less verbose logs (lsedlar) +- pkgset: Create global repo in parallel to merging pkgsets (lsedlar) +- ostree-installer: Copy files without owner (lsedlar) +- createiso: Skip if buildinstall fails (lsedlar) +- Update tests for libmodulemd 1.4.0 (lsedlar) + * Wed May 02 2018 Lubomír Sedlář - 4.1.24-1 - koji-wrapper: Log failed subtasks (lsedlar) - Update compose status when config validation fails (lsedlar) diff --git a/setup.py b/setup.py index 131e370a..938ba575 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.24", + version = "4.1.25", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",