strip groups from comps not listed in the kickstart

- fix ppc64 runtime installation (#888887)
- dont make isos on arm
- include ppc64 checksums (#888517)
This commit is contained in:
Dennis Gilmore 2012-12-22 02:28:01 -06:00
parent e2681fb169
commit 7a2cae5aa8
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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@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@ausil.us> - 2.12-1
- ppc64p7 support
- update locations for ppc files for image composition bz#849731

View File

@ -1 +1 @@
0b1b53a4d3a28f1101e647f8ab3c03c4 pungi-2.12.tar.bz2
a6565ac686125d2eea484d861ef3e69c pungi-2.13.tar.bz2