4.1.10 release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
4be3c72bd5
commit
b2b5dd919b
@ -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.9'
|
release = '4.1.10'
|
||||||
|
|
||||||
# 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.
|
||||||
|
19
pungi.spec
19
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.9
|
Version: 4.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -72,6 +72,23 @@ nosetests --exe --with-cov --cov-report html --cov-config tox.ini
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 08 2016 Dennis Gilmore <dennis@ausil.us> - 4.1.10-1
|
||||||
|
- pungi: Replace kickstart repo url (mark)
|
||||||
|
- ostree-installer: Reduce duplication in tests (lsedlar)
|
||||||
|
- ostree-installer: Generate correct volume ID (lsedlar)
|
||||||
|
- ostree-installer: Use ostree as type in filename (lsedlar)
|
||||||
|
- ostree: Use $basearch in repo file (lsedlar)
|
||||||
|
- config: Accept empty branch in SCM dict (lsedlar)
|
||||||
|
- Remove duplicated version from pungi script (lsedlar)
|
||||||
|
- use --new-chroot when making ostree's (dennis)
|
||||||
|
- Create git tags without release (lsedlar)
|
||||||
|
- Translate paths without double slash (lsedlar)
|
||||||
|
- Remove shebangs from non-executable files (lsedlar)
|
||||||
|
- Remove FSF address from comments (lsedlar)
|
||||||
|
- Update contributing guide (lsedlar)
|
||||||
|
- init: Remove keep_original_comps option (lsedlar)
|
||||||
|
- tests: Use unittest2 consistently (lsedlar)
|
||||||
|
|
||||||
* Wed Sep 21 2016 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.9-1
|
* Wed Sep 21 2016 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.9-1
|
||||||
- ostree_installer: Add --isfinal lorax argument (lsedlar)
|
- ostree_installer: Add --isfinal lorax argument (lsedlar)
|
||||||
- Recreate JSON dump of configuration (lsedlar)
|
- Recreate JSON dump of configuration (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.9",
|
version = "4.1.10",
|
||||||
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