2.13 release
This commit is contained in:
parent
45bb97ba97
commit
d978ca3fa8
2 changed files with 9 additions and 3 deletions
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()")}
|
||||
|
||||
Name: pungi
|
||||
Version: 2.12
|
||||
Version: 2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
|
|
@ -55,10 +55,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/var/cache/pungi
|
||||
|
||||
%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
|
||||
- ppc64p7 support
|
||||
- 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
|
||||
- upstream 2.11 release
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||
import glob
|
||||
|
||||
setup(name='pungi',
|
||||
version='2.12',
|
||||
version='2.13',
|
||||
description='Distribution compose tool',
|
||||
author='Dennis Gilmore',
|
||||
author_email='dgilmore@fedoraproject.org',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue