From 8e1425dd7ac87e4952cc4c4d04de39bcbff15e22 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 22 Aug 2007 02:19:55 +0000 Subject: [PATCH] Release 0.5.0, lots of fun changes --- .cvsignore | 2 +- pungi.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 736a7fef..ee2a2b7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-0.4.0.tar.gz +pungi-0.5.0.tar.gz diff --git a/pungi.spec b/pungi.spec index b55bc346..474593f3 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.4.0 +Version: 0.5.0 Release: 1%{?dist} Summary: Distribution compose tool @@ -46,6 +46,22 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 21 2007 Jesse Keating - 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 - 0.4.1-1 +- Create a new yum object for source downloads as yum + * Sat Jul 28 2007 Jesse Keating - 0.4.0-1 - split createrepo call to it's own function. This enables rawhide composes to happen once again. Also breaks API. diff --git a/sources b/sources index baf9ea1e..b4596d5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0de3f6b25ad5c311d1bb4ecf57283ea5 pungi-0.4.0.tar.gz +faa007d271f914af135244e35e4736d6 pungi-0.5.0.tar.gz