4.1.22 release
Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
fbeb14344f
commit
f1f6ca74f1
@ -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.21'
|
release = '4.1.22'
|
||||||
|
|
||||||
# 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.
|
||||||
|
27
pungi.spec
27
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.21
|
Version: 4.1.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -104,6 +104,31 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2018 Ondrej Nosek - 4.1.22-1
|
||||||
|
- Better INFO messages about modules (onosek)
|
||||||
|
- Updates composes should be marked as supported (lsedlar)
|
||||||
|
- pkgset: Only add missing packages from global tag (lsedlar)
|
||||||
|
- ostree/utils: Drop timestamps from generated repo names - tests (onosek)
|
||||||
|
- ostree/utils: Generate a single pungi.repo file, use repo-<num> IDs (walters)
|
||||||
|
- ostree/utils: Drop timestamps from generated repo names (walters)
|
||||||
|
- gather: Do not require variant for module source (lsedlar)
|
||||||
|
- gather: Comps source should not crash without comps file (lsedlar)
|
||||||
|
- gather: JSON source returns nothing without configuration (lsedlar)
|
||||||
|
- buildinstall: Fix treeinfo generating on failure (lsedlar)
|
||||||
|
- Add buildinstall_use_guestmount boolean option (jkaluza)
|
||||||
|
- gather: Use arch packages in nodeps method (lsedlar)
|
||||||
|
- pkgset: Always use global tag if specified (lsedlar)
|
||||||
|
- config: Make pkgset_koji_tag optional (lsedlar)
|
||||||
|
- ostree: Add force_new_commit option - test added (onosek)
|
||||||
|
- ostree: Add force_new_commit option (walters)
|
||||||
|
- gather: Fix checking string type (lsedlar)
|
||||||
|
- Improve logging for unsigned packages (onosek)
|
||||||
|
- Fall back to mount if guestmount is not available (onosek)
|
||||||
|
- El-Torito boot information on s390x (onosek)
|
||||||
|
- Remove strace from buildinstall runroot (onosek)
|
||||||
|
- doc: fix "Miscellaneous" spelling in Config section (kdreyer)
|
||||||
|
- doc: move "Phases" up, "Contributing" down (kdreyer)
|
||||||
|
|
||||||
* Wed Dec 06 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.21-1
|
* Wed Dec 06 2017 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.21-1
|
||||||
- tests: Use correct python version for config validation test (lsedlar)
|
- tests: Use correct python version for config validation test (lsedlar)
|
||||||
- Use dnf backend for repoclosure on PY3 (lsedlar)
|
- Use dnf backend for repoclosure on PY3 (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.21",
|
version = "4.1.22",
|
||||||
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