rpms/pungi/devel .cvsignore, 1.13, 1.14 pungi.spec, 1.13, 1.14 sources, 1.13, 1.14

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Apr 2 21:22:53 UTC 2007


Author: jkeating

Update of /cvs/extras/rpms/pungi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26736/devel

Modified Files:
	.cvsignore pungi.spec sources 
Log Message:
Bump to 0.3.0 release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pungi/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	10 Mar 2007 05:17:20 -0000	1.13
+++ .cvsignore	2 Apr 2007 21:22:19 -0000	1.14
@@ -1 +1 @@
-pungi-0.2.8.tar.gz
+pungi-0.3.0.tar.gz


Index: pungi.spec
===================================================================
RCS file: /cvs/extras/rpms/pungi/devel/pungi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pungi.spec	10 Mar 2007 05:17:20 -0000	1.13
+++ pungi.spec	2 Apr 2007 21:22:19 -0000	1.14
@@ -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 @@
 
 
 %changelog
+* Mon Apr 02 2007 Jesse Keating <jkeating at 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 at 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pungi/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	10 Mar 2007 05:17:20 -0000	1.13
+++ sources	2 Apr 2007 21:22:19 -0000	1.14
@@ -1 +1 @@
-cb0a030ff7dd5e98abb4c15df8a9f078  pungi-0.2.8.tar.gz
+2eeb9f7fc14a0d634ed1f02847a93d4f  pungi-0.3.0.tar.gz




More information about the scm-commits mailing list