auto-import pungi-0.2.8-1 on branch devel from pungi-0.2.8-1.src.rpm

This commit is contained in:
Jesse Keating 2007-03-10 05:17:20 +00:00
parent 03f433ee32
commit 75484f0c5e
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
pungi-0.2.7.tar.gz
pungi-0.2.8.tar.gz

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.7
Version: 0.2.8
Release: 1%{?dist}
Summary: Distribution compose tool
@ -46,6 +46,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 09 2007 Jesse Keating <jkeating@redhat.com> - 0.2.8-1
- Call createrepo ourselves for the tree, not buildinstall's job
- Convert from commands to subprocess for things we call out
- Add kickstart %packages syntax support to package manifest
- Make the list we hand off to yum to search for as unique as we can
* Wed Feb 28 2007 Jesse Keating <jkeating@redhat.com> - 0.2.7-1
- Fix gathering of srpms (thanks skvidal)
- Update comps from F7 Test2

View File

@ -1 +1 @@
207429ac23730011f6e4253f28675b8a pungi-0.2.7.tar.gz
cb0a030ff7dd5e98abb4c15df8a9f078 pungi-0.2.8.tar.gz