diff --git a/Authors b/Authors index d082187a..a8f4522a 100644 --- a/Authors +++ b/Authors @@ -1,6 +1,7 @@ Authors: Jesse Keating +Dennis Gilmore Contributors: diff --git a/pungi.spec b/pungi.spec index f4035587..1c63a49a 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.13 +Version: 3.00 Release: 1%{?dist} Summary: Distribution compose tool @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT /var/cache/pungi %changelog +* Tue Aug 20 2013 Dennis Gilmore - 3.00-1 +- apply patches from Daniel Mach +- make sure we only use mac support on x86_64 + * Fri Dec 21 2012 Dennis Gilmore - 2.13-1 - strip groups from comps not listed in the kickstart - fix ppc64 runtime installation (#888887) diff --git a/setup.py b/setup.py index 32007bbe..3ae93e9e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='2.13', + version='3.00', description='Distribution compose tool', author='Dennis Gilmore', author_email='dgilmore@fedoraproject.org',