diff --git a/.cvsignore b/.cvsignore index 2f76f2ca..0866af44 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-0.2.8.tar.gz +pungi-0.3.0.tar.gz diff --git a/pungi.spec b/pungi.spec index 33579a7f..abf7f56e 100644 --- a/pungi.spec +++ b/pungi.spec @@ -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 - 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 - 0.2.8-1 - Call createrepo ourselves for the tree, not buildinstall's job - Convert from commands to subprocess for things we call out diff --git a/sources b/sources index a9fa3046..266eddc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb0a030ff7dd5e98abb4c15df8a9f078 pungi-0.2.8.tar.gz +2eeb9f7fc14a0d634ed1f02847a93d4f pungi-0.3.0.tar.gz