diff --git a/pungi.spec b/pungi.spec index 51bc545a..e720c865 100644 --- a/pungi.spec +++ b/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 - 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 - 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 - 2.11-1 - upstream 2.11 release diff --git a/setup.py b/setup.py index e9962400..bf369044 100644 --- a/setup.py +++ b/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',