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 arm arches
This commit is contained in:
Dennis Gilmore 2012-08-31 00:46:52 -05:00
parent af87ed7873
commit 0c2f1048db
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <dennis@ausil.us> - 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 <rel-eng@lists.fedoraproject.org> - 2.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6ee38c6e4dab0f98e3e17bdb148d1cd0 pungi-2.11.tar.bz2
0b1b53a4d3a28f1101e647f8ab3c03c4 pungi-2.12.tar.bz2