From 0c8702cd6d75d33188531a71810415621a172ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 10 Oct 2018 12:51:04 +0200 Subject: [PATCH] 4.1.29 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 | 31 ++++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 84f2f58f..b28901af 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.28' +release = '4.1.29' # 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 a85295b4..8ac04823 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.28 +Version: 4.1.29 Release: 1%{?dist} Summary: Distribution compose tool @@ -108,6 +108,35 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Wed Oct 10 2018 Lubomír Sedlář - 4.1.29-1 +- hybrid: Only include modules that are not in lookaside (lsedlar) +- Try to be more conservative about memory usage (lsedlar) +- hybrid: Remove modules not listed by fus (lsedlar) +- gather: Make devel modules configurable (lsedlar) +- pkgset: Stop prefilling RPM artifacts (lsedlar) +- gather: Create devel module for each normal module (lsedlar) +- pkgset: Save package set for each module (lsedlar) +- fus: List lookaside repos first (lsedlar) +- gather: Work with repos without location_base (lsedlar) +- Remove extra dependencies (lsedlar) +- Set repodata mtime to SOURCE_DATE_EPOCH (marmarek) +- Make sure .treeinfo file is sorted (marmarek) +- Use constant MBR ID for isohybrid (marmarek) +- Use xorriso instead of genisoimage (marmarek) +- Use $SOURCE_DATE_EPOCH (if set) in discinfo file (marmarek) +- unified_isos: Add extra variants to metadata (lsedlar) +- extra_iso: Add list of variants to metadata (lsedlar) +- linker: Simplify creating pool (lsedlar) +- gather: Hide pid of fus process (lsedlar) +- fus: Strip protocol from repo path (lsedlar) +- Add 'pkgset_koji_builds' option to include extra builds in a compose + (jkaluza) +- ostree: Reduce duplication in tests (lsedlar) +- ostree: Use --touch-if-changed (lsedlar) +- ostree: Fix handler crash without commit ID (lsedlar) +- gather: Filter arches similarly to pkgset (lsedlar) +- Stop shipping and remove RELEASE-NOTES (pbrobinson) + * Thu Sep 06 2018 Lubomír Sedlář - 4.1.28-1 - gather: Fix multilib query for hybrid solver (lsedlar) - gather: Expand multilib lists for hybrid method (lsedlar) diff --git a/setup.py b/setup.py index a946b488..801f2864 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.28", + version = "4.1.29", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",