From c9d95f5f6fbd022564e8d9418a177e0cc6d94448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 21 Aug 2017 09:19:05 +0200 Subject: [PATCH] 4.1.18 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 | 37 ++++++++++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a473f8f2..d77dd50b 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.17' +release = '4.1.18' # 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 aad3003b..e8f2cd75 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.17 +Version: 4.1.18 Release: 1%{?dist} Summary: Distribution compose tool @@ -103,6 +103,41 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Mon Aug 21 2017 Lubomír Sedlář - 4.1.18-1 +- KojiWrapper: include serverca in session_opts (otaylor) +- Report warning when config sections are not used (lsedlar) +- pkgset: Download packages with dnf (lsedlar) +- gather: Fix duplicated log line (lsedlar) +- gather: Add fulltree-exclude flag to DNF backend (lsedlar) +- checks: Stop looking for imports (lsedlar) +- ostree: Simplify configuration (lsedlar) +- config: Reduce duplication in schema (lsedlar) +- config: Add option for dumping config schema (lsedlar) +- scm: Accept unicode as local path (lsedlar) +- docs: Add documentation for scm_dict (lsedlar) +- scm-wrapper: Allow running command after git clone (lsedlar) +- scm-wrapper: Test correct file lists are returned (lsedlar) +- tests: Fix test_compose.sh paths (lsedlar) +- gather: Only parse pungi log once (lsedlar) +- gather: Report missing comps packages (lsedlar) +- gather: Avoid reading whole log into memory (lsedlar) +- repoclosure: Allow aborting compose when repoclosure fails (lsedlar) +- repoclosure: Fix logging errors (lsedlar) +- tests: Make test-compose cwd independent (lsedlar) +- Make strict the only option. (rbean) +- Raise a ValueError with details if module not found in PDC. (rbean) +- unified-iso: Only link to non-empty variants (lsedlar) +- gather: Fix excluding debugsource packages from input list (lsedlar) +- gather: Add debugsource package to tests (lsedlar) +- Use only one list of patterns/rules for debug packages (opensource) +- Do not match "*-debugsource-*" as debuginfo package (opensource) +- Use pungi.util.pkg_is_debug() instead of pungi.gather.is_debug() (opensource) +- remove the dependency of rpmUtils (qwan) +- Add support for debugsource packages (lsedlar) +- gather: Don't pull multiple debuginfo packages (lsedlar) +- GatherSourceModule: return rpm_obj instead of the rpm_obj.name (jkaluza) +- gather: Stop requiring comps file in nodeps (lsedlar) + * Mon Jul 17 2017 Lubomír Sedlář - 4.1.17-1 - checksum: Checksum each image only once (lsedlar) - checksum: Refactor creating checksum files (lsedlar) diff --git a/setup.py b/setup.py index dc7b9aa6..921f3e0d 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.17", + version = "4.1.18", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",