Bump to 0.3.0 release

This commit is contained in:
Jesse Keating 2007-04-02 21:22:19 +00:00
parent 84801d23c3
commit f8a7a312e8
3 changed files with 28 additions and 3 deletions

View File

@ -1 +1 @@
pungi-0.2.8.tar.gz
pungi-0.3.0.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.8
Version: 0.3.0
Release: 1%{?dist}
Summary: Distribution compose tool
@ -46,6 +46,31 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 02 2007 Jesse Keating <jkeating@redhat.com> - 0.3.0-1
- Remove incompatible fc6 config files
- Update default config file with comments / new options
- Update comps file
- Enable source iso building again.
- Don't try a rescue if the script doesn't exist (prarit)
- Pass flavor off to buildinstall if it is set (wwoods)
- Fix a logic flaw in the depsolving loop
- Use yum's built in exclude handling
- Use yum's built in conditional handling for things from comps
- Do excludes before group handling.
- Get all potential matches for deps, let install time figure
the best one to use.
- Work around false positive 'unmatched' packages (globs are fun)
- Change how depsolving is done
- Get all potential matches for a dep, instead of our 'best'
our 'best' may not be the same as install time best.
- Remove anaconda code, use direct yum functions to get deps
- Use a True/False flag to depsolve instead of iterating over
a dict.
- Log what packages are being added for which reasons.
- Do things faster/smarter if we've only asked for one disc
- log the rpm2cpio stuff for release notes
- correctly capture errors from subprocess
* 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

View File

@ -1 +1 @@
cb0a030ff7dd5e98abb4c15df8a9f078 pungi-0.2.8.tar.gz
2eeb9f7fc14a0d634ed1f02847a93d4f pungi-0.3.0.tar.gz