From f1f6ca74f1f3c973efb0d854764e3c3249e3a60d Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Wed, 24 Jan 2018 10:06:57 +0100 Subject: [PATCH] 4.1.22 release Signed-off-by: Ondrej Nosek --- doc/conf.py | 2 +- pungi.spec | 27 ++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 5fa36162..de09b66e 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.21' +release = '4.1.22' # 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 82d305f0..3d5673f6 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.21 +Version: 4.1.22 Release: 1%{?dist} Summary: Distribution compose tool @@ -104,6 +104,31 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Wed Jan 24 2018 Ondrej Nosek - 4.1.22-1 +- Better INFO messages about modules (onosek) +- Updates composes should be marked as supported (lsedlar) +- pkgset: Only add missing packages from global tag (lsedlar) +- ostree/utils: Drop timestamps from generated repo names - tests (onosek) +- ostree/utils: Generate a single pungi.repo file, use repo- IDs (walters) +- ostree/utils: Drop timestamps from generated repo names (walters) +- gather: Do not require variant for module source (lsedlar) +- gather: Comps source should not crash without comps file (lsedlar) +- gather: JSON source returns nothing without configuration (lsedlar) +- buildinstall: Fix treeinfo generating on failure (lsedlar) +- Add buildinstall_use_guestmount boolean option (jkaluza) +- gather: Use arch packages in nodeps method (lsedlar) +- pkgset: Always use global tag if specified (lsedlar) +- config: Make pkgset_koji_tag optional (lsedlar) +- ostree: Add force_new_commit option - test added (onosek) +- ostree: Add force_new_commit option (walters) +- gather: Fix checking string type (lsedlar) +- Improve logging for unsigned packages (onosek) +- Fall back to mount if guestmount is not available (onosek) +- El-Torito boot information on s390x (onosek) +- Remove strace from buildinstall runroot (onosek) +- doc: fix "Miscellaneous" spelling in Config section (kdreyer) +- doc: move "Phases" up, "Contributing" down (kdreyer) + * Wed Dec 06 2017 Lubomír Sedlář - 4.1.21-1 - tests: Use correct python version for config validation test (lsedlar) - Use dnf backend for repoclosure on PY3 (lsedlar) diff --git a/setup.py b/setup.py index 531dc66a..a1a26c2b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.21", + version = "4.1.22", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",