From 5be2798c6b046b6edb86034044e2bc06caf321d2 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Aug 17 2018 06:37:41 +0000 Subject: 4.1.27 release Signed-off-by: Lubomír Sedlář --- diff --git a/doc/conf.py b/doc/conf.py index dcf9f04..4e17f24 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.26' +release = '4.1.27' # 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 0498050..44668b1 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.26 +Version: 4.1.27 Release: 1%{?dist} Summary: Distribution compose tool @@ -106,6 +106,33 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Fri Aug 17 2018 Lubomír Sedlář - 4.1.27-1 +- extra-iso: Rename test data file (lsedlar) +- createiso: Use correct python version (lsedlar) +- ostree: Update tests for working with YAML file (lsedlar) +- pungi/ostree: Convert rpm-ostree YAML to JSON (walters) +- createrepo: Allow passing arbitrary arguments (lsedlar) +- gather: Get modular packages from fus (lsedlar) +- util: Remove escaping spaces from volume ID (lsedlar) +- Allow removing non-alnum chars from volid (lsedlar) +- extra-isos: Include treeinfo pointing to all variants (lsedlar) +- createiso: Use unique paths for breaking hardlinks (lsedlar) +- gather: Detect hybrid variant with additional packages (lsedlar) +- Include exact version of pungi in the logs (mboddu) +- gather: Allow empty result for gather (lsedlar) +- gather: Add langpacks in hybrid solver (lsedlar) +- comps: Add get_langpacks function (lsedlar) +- pungi-legacy: Add --joliet-long option (lsedlar) +- Fix tests for DNF 3 (lsedlar) +- gather: Early exit for non-comps sources (lsedlar) +- tests: Use unittest2 when available (lsedlar) +- Fix Koji search for modules with dash in stream (jkaluza) +- buildinstall: Make output world readable (lsedlar) +- buildinstall: Copy file without preserving owner (lsedlar) +- Report failed failable deliverables as errors (lsedlar) +- Stop importing PDCClient (lsedlar) +- spec: build require python-multilib (lsedlar) + * Mon Jul 16 2018 Lubomír Sedlář - 4.1.26-1 - gather: Add a hybrid depsolver backend (lsedlar) - Always use lookasides for repoclosure (lsedlar) diff --git a/setup.py b/setup.py index 2017e8b..c359b49 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.26", + version = "4.1.27", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",