3.00 release
This commit is contained in:
parent
44cd5ff806
commit
09ebeccd4d
1
Authors
1
Authors
@ -1,6 +1,7 @@
|
|||||||
Authors:
|
Authors:
|
||||||
|
|
||||||
Jesse Keating <jkeating at redhat dot com>
|
Jesse Keating <jkeating at redhat dot com>
|
||||||
|
Dennis Gilmore <dennis at ausil dot us>
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 2.13
|
Version: 3.00
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 20 2013 Dennis Gilmore <dennis@ausil.us> - 3.00-1
|
||||||
|
- apply patches from Daniel Mach
|
||||||
|
- make sure we only use mac support on x86_64
|
||||||
|
|
||||||
* Fri Dec 21 2012 Dennis Gilmore <dennis@ausil.us> - 2.13-1
|
* Fri Dec 21 2012 Dennis Gilmore <dennis@ausil.us> - 2.13-1
|
||||||
- strip groups from comps not listed in the kickstart
|
- strip groups from comps not listed in the kickstart
|
||||||
- fix ppc64 runtime installation (#888887)
|
- fix ppc64 runtime installation (#888887)
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
import glob
|
import glob
|
||||||
|
|
||||||
setup(name='pungi',
|
setup(name='pungi',
|
||||||
version='2.13',
|
version='3.00',
|
||||||
description='Distribution compose tool',
|
description='Distribution compose tool',
|
||||||
author='Dennis Gilmore',
|
author='Dennis Gilmore',
|
||||||
author_email='dgilmore@fedoraproject.org',
|
author_email='dgilmore@fedoraproject.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user