4.1.21 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e15a49defd
commit
25907f61ce
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.1'
|
version = '4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.1.20'
|
release = '4.1.21'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
28
pungi.spec
28
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.20
|
Version: 4.1.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -105,6 +105,32 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 06 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.21-1
|
||||||
|
- tests: Use correct python version for config validation test (lsedlar)
|
||||||
|
- Use dnf backend for repoclosure on PY3 (lsedlar)
|
||||||
|
- Drop checks for git and cvs (lsedlar)
|
||||||
|
- Relax check for gettext (lsedlar)
|
||||||
|
- Drop check for repoquery command (lsedlar)
|
||||||
|
- Use modifyrepo_c if possible (lsedlar)
|
||||||
|
- pkgset: Add SRPMs to whitelist (lsedlar)
|
||||||
|
- modules: Allow multilib (lsedlar)
|
||||||
|
- add ability to specify ostree ref in OSTREE phase - update (onosek)
|
||||||
|
- add ability to specify ostree ref in OSTREE phase (onosek)
|
||||||
|
- buildinstall: Allow using external dire for runroot task (jkaluza)
|
||||||
|
- pkgset: Remove package skip optimization for bootable products (lsedlar)
|
||||||
|
- Add documentation for modular composes (lsedlar)
|
||||||
|
- osbs: Get correct path to repo for addons (lsedlar)
|
||||||
|
- Remove deprecated options (onosek)
|
||||||
|
- module-source: Log details about what packages are gathered (lsedlar)
|
||||||
|
- gather: Log details about nodeps method (lsedlar)
|
||||||
|
- gather: get_packages_to_gather returns a tuple (lsedlar)
|
||||||
|
- iso-wrapper: Fix calling wrong logger method (lsedlar)
|
||||||
|
- Turn COMPOSE_ID version generator into DATE_RESPIN (puiterwijk)
|
||||||
|
- iso-wrapper: Remove hacks for sorting (lsedlar)
|
||||||
|
- Report missing module dependencies earlier (lsedlar)
|
||||||
|
- Implement version.compose_id version generator (patrick)
|
||||||
|
- Optionally do old_compose per release type (patrick)
|
||||||
|
|
||||||
* Wed Nov 01 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.20-1
|
* Wed Nov 01 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.20-1
|
||||||
- image-build: Drop suffixes from configuration (lsedlar)
|
- image-build: Drop suffixes from configuration (lsedlar)
|
||||||
- kojiwrapper: Deal with multiple values for image-build (lsedlar)
|
- kojiwrapper: Deal with multiple values for image-build (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.20",
|
version = "4.1.21",
|
||||||
description = "Distribution compose tool",
|
description = "Distribution compose tool",
|
||||||
url = "https://pagure.io/pungi",
|
url = "https://pagure.io/pungi",
|
||||||
author = "Dennis Gilmore",
|
author = "Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user