Do the release dance.

This commit is contained in:
jkeating@reducto.boston.redhat.com 2007-02-06 17:40:13 -05:00 committed by Jesse Keating
parent 2c5642e3d7
commit ec88769624
2 changed files with 8 additions and 2 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: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Distribution compose tool
@ -46,6 +46,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 06 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
- Be able to opt-out of a bugurl since buildinstall supports this
- Make isodir an object of pungi (wwoods)
- yum bestPackagesFromList takes an arch argument. Fixes ppc64 bug
- Don't use 'returnSimple' anymore, deprecated in yum api
* Mon Jan 29 2007 Jesse Keating <jkeating@redhat.com> - 0.2.2-1
- Update the comps file again from F7
- Fix the ppc boot flags

View File

@ -2,7 +2,7 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='0.2.2',
version='0.2.3',
description='Distribution compose tool',
author='Jesse Keating',
author_email='jkeating@redhat.com',