[pungi/f18] strip groups from comps not listed in the kickstart

Dennis Gilmore ausil at fedoraproject.org
Sat Dec 22 08:28:04 UTC 2012


commit 7a2cae5aa847b85db808241ee5a80374b63c2643
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Dec 22 02:28:01 2012 -0600

    strip groups from comps not listed in the kickstart
    
    - fix ppc64 runtime installation (#888887)
    - dont make isos on arm
    - include ppc64 checksums (#888517)

 .gitignore |    1 +
 pungi.spec |    8 +++++++-
 sources    |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 956b778..1b9f12b 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 6e16ff9..71dbd43 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 <dennis at ausil.us> - 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 <dennis at ausil.us> - 2.12-1
 - ppc64p7 support
 - update locations for ppc files for image composition bz#849731
diff --git a/sources b/sources
index 88b45aa..790a2b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b1b53a4d3a28f1101e647f8ab3c03c4  pungi-2.12.tar.bz2
+a6565ac686125d2eea484d861ef3e69c  pungi-2.13.tar.bz2


More information about the scm-commits mailing list