From 25907f61ceaaa9571cffc845510d3a4e658efe38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 6 Dec 2017 13:43:10 +0100 Subject: [PATCH] 4.1.21 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 | 28 +++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 782b0257..5fa36162 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.20' +release = '4.1.21' # 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 cd08a004..545e4092 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.20 +Version: 4.1.21 Release: 1%{?dist} Summary: Distribution compose tool @@ -105,6 +105,32 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* 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) +- Drop checks for git and cvs (lsedlar) +- Relax check for gettext (lsedlar) +- Drop check for repoquery command (lsedlar) +- Use modifyrepo_c if possible (lsedlar) +- pkgset: Add SRPMs to whitelist (lsedlar) +- modules: Allow multilib (lsedlar) +- add ability to specify ostree ref in OSTREE phase - update (onosek) +- add ability to specify ostree ref in OSTREE phase (onosek) +- buildinstall: Allow using external dire for runroot task (jkaluza) +- pkgset: Remove package skip optimization for bootable products (lsedlar) +- Add documentation for modular composes (lsedlar) +- osbs: Get correct path to repo for addons (lsedlar) +- Remove deprecated options (onosek) +- module-source: Log details about what packages are gathered (lsedlar) +- gather: Log details about nodeps method (lsedlar) +- gather: get_packages_to_gather returns a tuple (lsedlar) +- iso-wrapper: Fix calling wrong logger method (lsedlar) +- Turn COMPOSE_ID version generator into DATE_RESPIN (puiterwijk) +- iso-wrapper: Remove hacks for sorting (lsedlar) +- Report missing module dependencies earlier (lsedlar) +- Implement version.compose_id version generator (patrick) +- Optionally do old_compose per release type (patrick) + * Wed Nov 01 2017 Lubomír Sedlář - 4.1.20-1 - image-build: Drop suffixes from configuration (lsedlar) - kojiwrapper: Deal with multiple values for image-build (lsedlar) diff --git a/setup.py b/setup.py index acc6693b..531dc66a 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.20", + version = "4.1.21", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",