4.1.17 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
6cf912f555
commit
c0bac63f4d
@ -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.16'
|
release = '4.1.17'
|
||||||
|
|
||||||
# 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.
|
||||||
|
44
pungi.spec
44
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.16
|
Version: 4.1.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -103,6 +103,48 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.17-1
|
||||||
|
- checksum: Checksum each image only once (lsedlar)
|
||||||
|
- checksum: Refactor creating checksum files (lsedlar)
|
||||||
|
- createrepo: Don't use existing metadata with deltas (lsedlar)
|
||||||
|
- util: Fix finding older compose (lsedlar)
|
||||||
|
- createrepo: Use correct paths for old package dirs (lsedlar)
|
||||||
|
- spec: Add missing ostree signature waiting handler (lsedlar)
|
||||||
|
- docs: Minor improvements to documentation (lsedlar)
|
||||||
|
- ostree: Add notification handler to wait for signature (lsedlar)
|
||||||
|
- ostree: Add URL to repo to message (lsedlar)
|
||||||
|
- gather: nodeps should take packages from comps groups (lsedlar)
|
||||||
|
- unified-iso: handle empty arch (kdreyer)
|
||||||
|
- createrepo: handle missing product ids scm dir (kdreyer)
|
||||||
|
- comps_wrapper: Code clean up (lsedlar)
|
||||||
|
- comps_filter: Filter environments by arch (pholica)
|
||||||
|
- notification: Allow specifying multiple scripts (lsedlar)
|
||||||
|
- pkgset: Allow populating packages from multiple koji tags (qwan)
|
||||||
|
- pungi: Port to argparse (lsedlar)
|
||||||
|
- comps_filter: Port to argparse (lsedlar)
|
||||||
|
- variants-wrapper: Remove main() function (lsedlar)
|
||||||
|
- multilib_yum: Remove main() function (lsedlar)
|
||||||
|
- pungi-koji: Port to argparse (lsedlar)
|
||||||
|
- ostree: Update tests for no ostree init (lsedlar)
|
||||||
|
- ostree: Don't automatically create a repo (walters)
|
||||||
|
- osbs: Config validation should accept a list (lsedlar)
|
||||||
|
- pkgset: Use release number of a module (mcurlej)
|
||||||
|
- docs: Add a basic info about gathering packages (lsedlar)
|
||||||
|
- docs: Kobo can be installed via pip now (lsedlar)
|
||||||
|
- docs: Add overview of what each phase does (lsedlar)
|
||||||
|
- gather: Log tag from which we pulled a package (lsedlar)
|
||||||
|
- docs: Document config file format (lsedlar)
|
||||||
|
- docs: Move logo to _static subdir (lsedlar)
|
||||||
|
- Add dropped livemedia phase (lsedlar)
|
||||||
|
- gather: Display source repo of packages (lsedlar)
|
||||||
|
- pkgset: Use descriptive name for log file (lsedlar)
|
||||||
|
- ostree-installer: Clean up output dir (lsedlar)
|
||||||
|
- Ignore more pycodestyle warnings (lsedlar)
|
||||||
|
- Allow gather source classes to return SimpleRpmWrapper objects from pkgset
|
||||||
|
phase directly. (jkaluza)
|
||||||
|
- tests: use unittest2 if available (lsedlar)
|
||||||
|
- koji-wrapper: Handle failed subtasks (lsedlar)
|
||||||
|
|
||||||
* Fri Jun 09 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.16-1
|
* Fri Jun 09 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.16-1
|
||||||
- Fix changelog generator script (lsedlar)
|
- Fix changelog generator script (lsedlar)
|
||||||
- util: Retry resolving git branches (lsedlar)
|
- util: Retry resolving git branches (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.16",
|
version = "4.1.17",
|
||||||
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