Prep for release
This commit is contained in:
parent
44f250d56e
commit
c95bd1f6d7
14
pungi.spec
14
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.1.2
|
Version: 0.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -46,6 +46,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2007 Jesse Keating <jkeating@redhat.com> - 0.2.0-1
|
||||||
|
- Now use a manifest to determine what to pull in, not comps itself
|
||||||
|
- Add a minimal-manifest for test composes
|
||||||
|
- Add current F7 comps file for test composes
|
||||||
|
- Use some anaconda code to depsolve, gets better (and more common) results
|
||||||
|
- Bump the iso size to what was used in FC6
|
||||||
|
- Move splittree workdirs into work/ at the end of the run
|
||||||
|
- Remove our splittree for rawhide
|
||||||
|
- Remove old main() sections from pungi.py and gather.py
|
||||||
|
- Require yum 3.0.3 or newer
|
||||||
|
- Add rescueCD support
|
||||||
|
|
||||||
* Wed Dec 13 2006 Jesse Keating <jkeating@redhat.com> - 0.1.2-1
|
* Wed Dec 13 2006 Jesse Keating <jkeating@redhat.com> - 0.1.2-1
|
||||||
- Fix a bug in DVD repodata
|
- Fix a bug in DVD repodata
|
||||||
- Add correct ppc boot args
|
- Add correct ppc boot args
|
||||||
|
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.1.2',
|
version='0.2.0',
|
||||||
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