- Create a new yum object for source downloads as yum

Fixes a problem where yum object resetting is not currently working
This commit is contained in:
Jesse Keating 2007-08-01 16:38:57 -04:00 committed by Jesse Keating
parent eee5556f50
commit 1b1a81b2c7
5 changed files with 27 additions and 14 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.4.0
Version: 0.4.1
Release: 1%{?dist}
Summary: Distribution compose tool
@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Aug 01 2007 Jesse Keating <jkeating@redhat.com> - 0.4.1-1
- Create a new yum object for source downloads as yum
* Sat Jul 28 2007 Jesse Keating <jkeating@redhat.com> - 0.4.0-1
- split createrepo call to it's own function. This enables rawhide
composes to happen once again. Also breaks API.