2.13 release
This commit is contained in:
parent
45bb97ba97
commit
d978ca3fa8
10
pungi.spec
10
pungi.spec
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 2.12
|
Version: 2.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -55,10 +55,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 21 2012 Dennis Gilmore <dennis@ausil.us> - 2.13-1
|
||||||
|
- strip groups from comps not listed in the kickstart
|
||||||
|
- fix ppc64 runtime installation (#888887)
|
||||||
|
- dont make isos on arm
|
||||||
|
- include ppc64 checksums (#888517)
|
||||||
|
|
||||||
* Fri Aug 31 2012 Dennis Gilmore <dennis@ausil.us> - 2.12-1
|
* Fri Aug 31 2012 Dennis Gilmore <dennis@ausil.us> - 2.12-1
|
||||||
- ppc64p7 support
|
- ppc64p7 support
|
||||||
- update locations for ppc files for image composition bz#849731
|
- update locations for ppc files for image composition bz#849731
|
||||||
- add 32 bit arch arches
|
- add 32 bit arm arches
|
||||||
|
|
||||||
* Mon Apr 16 2012 Dennis Gilmore <dennis@ausil.us> - 2.11-1
|
* Mon Apr 16 2012 Dennis Gilmore <dennis@ausil.us> - 2.11-1
|
||||||
- upstream 2.11 release
|
- upstream 2.11 release
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
import glob
|
import glob
|
||||||
|
|
||||||
setup(name='pungi',
|
setup(name='pungi',
|
||||||
version='2.12',
|
version='2.13',
|
||||||
description='Distribution compose tool',
|
description='Distribution compose tool',
|
||||||
author='Dennis Gilmore',
|
author='Dennis Gilmore',
|
||||||
author_email='dgilmore@fedoraproject.org',
|
author_email='dgilmore@fedoraproject.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user