Prep for release
This commit is contained in:
parent
20af3a4988
commit
faed64b3f9
21
pungi.spec
21
pungi.spec
@ -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: 0.2.3
|
Version: 0.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -46,6 +46,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 15 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-1
|
||||||
|
- Add support for globbing in manifest
|
||||||
|
- Add new Make targets (Essien Ita Essien)
|
||||||
|
- Add runtime flags for doing specific stages of the compose (Essien Ita Essien)
|
||||||
|
- Add ability to define destdir on the cli to override conf file
|
||||||
|
- Clean up optionparse stuff, print usage if arg list is too small
|
||||||
|
- Fix part of the patch from Essien
|
||||||
|
- Add Contributors to the Authors file
|
||||||
|
- Adjust the Makefile so that srpm doesn't cause a tag
|
||||||
|
- Merged changes from Will Woods
|
||||||
|
- Write out some tree description files
|
||||||
|
- Don't traceback on existing files in download area (not sure this will stay)
|
||||||
|
- Style fixed some stuff from Will
|
||||||
|
- Add logging patch from jbowes
|
||||||
|
- Various logging tweaks
|
||||||
|
- Use -d flag in createrepo for sqlite blobs
|
||||||
|
- Add pydoc stuff to various functions
|
||||||
|
- Support comments in the package manifest
|
||||||
|
|
||||||
* Tue Feb 06 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
|
* 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
|
- Be able to opt-out of a bugurl since buildinstall supports this
|
||||||
- Make isodir an object of pungi (wwoods)
|
- Make isodir an object of pungi (wwoods)
|
||||||
|
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='0.2.3',
|
version='0.2.4',
|
||||||
description='Distribution compose tool',
|
description='Distribution compose tool',
|
||||||
author='Jesse Keating',
|
author='Jesse Keating',
|
||||||
author_email='jkeating@redhat.com',
|
author_email='jkeating@redhat.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user