From 9784961568fa9f99be6452ec039398d302d76488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 27 Mar 2017 18:04:10 +0200 Subject: [PATCH] 4.1.14 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 | 29 ++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index fd61b1f8..08c715b0 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.13' +release = '4.1.14' # 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 38497fd0..6a23a635 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.13 +Version: 4.1.14 Release: 1%{?dist} Summary: Distribution compose tool @@ -100,6 +100,33 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Mon Mar 27 2017 Lubomír Sedlář - 4.1.14-1 +- Not create empty skeleton dirs for empty variants (qwan) +- Query only active modules in PDC. (jkaluza) +- Save modules metadata as full yaml object (jkaluza) +- Implement DNF based depsolving (dmach, mmraka, lsedlar) +- Add support for modular composes (jkaluza) +- Add a script for modifying ISO images (lsedlar) +- iso-wrapper: Add utility for mounting images (lsedlar) +- buildinstall: Move tweaking configs into a function (lsedlar) +- image-build: Correctly write can_fail option (lsedlar) +- pungi-koji: new cmd option '--latest-link-status' (qwan) +- Print task ID for successful tasks (lsedlar) +- ostree-installer: Fix logging directory (lsedlar) +- buildinstall: Print debug info if unmount fails (lsedlar) +- pkgset: report all unsigned packages (qwan) +- default createrepo_checksum to sha256 (qwan) +- unified-iso: Log better error when linking fails (lsedlar) +- unified-iso: Blacklist extra files metadata (lsedlar) +- buildinstall: Retry unmounting image (lsedlar) +- Remove indices from documentation (lsedlar) +- iso-wrapper: Handle wrong implant md5 (lsedlar) +- image-build: Remove check for number of images (lsedlar) +- Extract only first version from specfile (lsedlar) +- consolidate repo option names (qwan) +- checks: extend validator with 'alias' (qwan) +- osbs: write manifest for scratch osbs (qwan) + * Fri Mar 03 2017 Lubomír Sedlář - 4.1.13-1 - Make MANIFEST.in stricter (qwan) - Remove one line of log print (qwan) diff --git a/setup.py b/setup.py index 7b11d657..0dd88d3b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.13", + version = "4.1.14", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",