rpms/pungi/devel .cvsignore, 1.20, 1.21 pungi.spec, 1.21, 1.22 sources, 1.20, 1.21

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Wed Aug 22 02:20:28 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore pungi.spec sources 
Log Message:
Release 0.5.0, lots of fun changes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	28 Jul 2007 15:27:33 -0000	1.20
+++ .cvsignore	22 Aug 2007 02:19:55 -0000	1.21
@@ -1 +1 @@
-pungi-0.4.0.tar.gz
+pungi-0.5.0.tar.gz


Index: pungi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/pungi.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pungi.spec	28 Jul 2007 15:27:33 -0000	1.21
+++ pungi.spec	22 Aug 2007 02:19:55 -0000	1.22
@@ -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.5.0
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -46,6 +46,22 @@
 
 
 %changelog
+* Tue Aug 21 2007 Jesse Keating <jkeating at redhat.com> - 0.5.0-1
+- Rework how source rpms are pulled in
+  Always pull in 'src' arch packages, just filter them
+  when not needed.  Saves having to reset or create new
+  yum objects.
+- Create a base pungi class that sets logging
+- Inherit this class in Gather and Pungi
+- Adjust logging to make use of new facility, use right levels
+- Drop a note when all done with composing
+- Make Gather() no longer a subclass of yum
+- Be verbose about what we clean (makefile)
+- Create a subclass of yum to work around logging fun
+
+* Wed Aug 01 2007 Jesse Keating <jkeating at redhat.com> - 0.4.1-1
+- Create a new yum object for source downloads as yum
+
 * Sat Jul 28 2007 Jesse Keating <jkeating at 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pungi/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	28 Jul 2007 15:27:33 -0000	1.20
+++ sources	22 Aug 2007 02:19:55 -0000	1.21
@@ -1 +1 @@
-0de3f6b25ad5c311d1bb4ecf57283ea5  pungi-0.4.0.tar.gz
+faa007d271f914af135244e35e4736d6  pungi-0.5.0.tar.gz




More information about the fedora-extras-commits mailing list