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:
parent
e2681fb169
commit
7a2cae5aa8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user