diff --git a/.gitignore b/.gitignore index ae8a38e7..956b7784 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.9.tar.bz2 /pungi-2.10.tar.bz2 /pungi-2.11.tar.bz2 +/pungi-2.12.tar.bz2 diff --git a/pungi.spec b/pungi.spec index c900389c..13ada100 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,15 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 2.11 -Release: 3%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools License: GPLv2 URL: https://fedorahosted.org/pungi Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2 -Patch0: pungi-2.11-wildcard-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda >= 14.3, yum => 3.2.19, repoview, createrepo >= 0.4.11 Requires: lorax @@ -23,7 +22,6 @@ A tool to create anaconda based installation trees/isos of a set of rpms. %prep %setup -q -%patch0 -p1 %build %{__python} setup.py build @@ -57,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT %changelog + Aug 31 2012 Dennis Gilmore - 2.12-1 +- ppc64p7 support +- update locations for ppc files for image composition bz#849731 +- add 32 bit arm arches + * Sat Jul 21 2012 Fedora Release Engineering - 2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 289e1f92..88b45aa8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ee38c6e4dab0f98e3e17bdb148d1cd0 pungi-2.11.tar.bz2 +0b1b53a4d3a28f1101e647f8ab3c03c4 pungi-2.12.tar.bz2