Prep 2.11 release

This commit is contained in:
Dennis Gilmore 2012-04-16 14:59:45 -05:00
parent 8ed9aafb78
commit cd1ec8f6ed
2 changed files with 10 additions and 5 deletions

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.10
Version: 2.11
Release: 1%{?dist}
Summary: Distribution compose tool
@ -54,8 +54,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/pungi.8.gz
/var/cache/pungi
%changelog
* Mon Apr 16 2012 Dennis Gilmore <dennis@ausil.us> - 2.11-1
- upstream 2.11 release
* Thu Feb 09 2012 Dennis Gilmore <dennis@ausil.us> - 2.10-1
- upstream 2.10 release
* Wed Jul 27 2011 Dennis Gilmore <dennis@ausil.us> - 2.9-1
- pass isfinal rather than is_beta to lorax

View File

@ -2,10 +2,10 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='2.10',
version='2.11',
description='Distribution compose tool',
author='Jesse Keating',
author_email='jkeating@redhat.com',
author='Dennis Gilmore',
author_email='dgilmore@fedoraproject.org',
url='http://fedorahosted.org/pungi',
license='GPLv2',
package_dir = {'': 'src'},