diff --git a/.gitignore b/.gitignore index 956b7784..1b9f12ba 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.10.tar.bz2 /pungi-2.11.tar.bz2 /pungi-2.12.tar.bz2 +/pungi-2.13.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 6e16ff92..71dbd436 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,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT %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 diff --git a/sources b/sources index 88b45aa8..790a2b3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b1b53a4d3a28f1101e647f8ab3c03c4 pungi-2.12.tar.bz2 +a6565ac686125d2eea484d861ef3e69c pungi-2.13.tar.bz2