[pungi] Aug 31 2012 Dennis Gilmore <dennis at ausil.us> - 2.12-1

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 31 05:47:01 UTC 2012


commit 0c2f1048dbbcb6bd81a2d96f362c72d2e3ca6cdc
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Aug 31 00:46:52 2012 -0500

    Aug 31 2012 Dennis Gilmore <dennis at ausil.us> - 2.12-1
    
    - ppc64p7 support
    - update locations for ppc files for image composition bz#849731
    - add 32 bit arm arches

 .gitignore |    1 +
 pungi.spec |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae8a38e..956b778 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 c900389..13ada10 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 <dennis at 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 at lists.fedoraproject.org> - 2.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 289e1f9..88b45aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ee38c6e4dab0f98e3e17bdb148d1cd0  pungi-2.11.tar.bz2
+0b1b53a4d3a28f1101e647f8ab3c03c4  pungi-2.12.tar.bz2


More information about the scm-commits mailing list