From e21c49d9e20bdb7db952d3339e62c946d0470056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 13 Feb 2019 10:37:48 +0100 Subject: [PATCH] 4.1.33 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 | 23 +++++++++++++++++++++-- setup.py | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6ac9231a..6d7ff25d 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.32' +release = '4.1.33' # 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 fbca0d90..410302cd 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.32 +Version: 4.1.33 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,7 +110,26 @@ nosetests --exe cd tests && ./test_compose.sh %changelog -* Tue Jan 08 2019 Lubomír Sedlář - 4.1.32-1 +* Wed Feb 13 2019 Lubomír Sedlář - 4.1.33-1 +- isos: Check maximum expected size (lsedlar) +- osbs: Process data about pushing images to registries (lsedlar) +- hybrid: Apply filters to debuginfo and source packages (lsedlar) +- hybrid: Get platform from lookaside repos (lsedlar) +- Return RPMs added to -devel module in GatherSourceModule. (jkaluza) +- Allow setting wildcard as a module name in variants to include all + the modules. (jkaluza) +- gather: Link files in order for dependant variants (lsedlar) +- buildinstall: Pick correct config with rootfs_size (lsedlar) +- hybrid: Add packages from prepopulate to input (lsedlar) +- ostree_installer: Pass --buildarch to lorax (lsedlar) +- orchestrator: Add missing function arguments (lsedlar) +- orchestrator: Compatibility with Python 2.6 (lsedlar) +- pungi-legacy: expose lorax's --rootfs-size argument (frederic.pierret) +- Only require enum34 on Legacy Python (miro) +- ostree: Add test for expanding basearch for message (lsedlar) +- Make sure ${basearch} is also replaced with config['ostree_ref'] (patrick) + +* Tue Jan 08 2019 Lubomír Sedlář - Version: 4.1.33-1 - Add script to orchestrate multiple composes (lsedlar) - buildinstall: Expose lorax's --rootfs-size argument (lsedlar) - Support for pungi-legacy with productmd format (frederic.pierret) diff --git a/setup.py b/setup.py index ab4da262..ab69de31 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.32", + version = "4.1.33", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",