From 6cf123264a22ebf76235a6a844295055744e69a7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 15 Feb 2007 23:27:17 +0000 Subject: [PATCH] auto-import pungi-0.2.4-1 on branch devel from pungi-0.2.4-1.src.rpm --- .cvsignore | 2 +- pungi.spec | 21 ++++++++++++++++++++- sources | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 33a661c0..3dc1c8d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-0.2.3.tar.gz +pungi-0.2.4.tar.gz diff --git a/pungi.spec b/pungi.spec index 5e87e8c6..829fa671 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.3 +Version: 0.2.4 Release: 1%{?dist} Summary: Distribution compose tool @@ -46,6 +46,25 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 15 2007 Jesse Keating - 0.2.4-1 +- Add support for globbing in manifest +- Add new Make targets (Essien Ita Essien) +- Add runtime flags for doing specific stages of the compose (Essien Ita Essien) +- Add ability to define destdir on the cli to override conf file +- Clean up optionparse stuff, print usage if arg list is too small +- Fix part of the patch from Essien +- Add Contributors to the Authors file +- Adjust the Makefile so that srpm doesn't cause a tag +- Merged changes from Will Woods + - Write out some tree description files + - Don't traceback on existing files in download area (not sure this will stay) +- Style fixed some stuff from Will +- Add logging patch from jbowes +- Various logging tweaks +- Use -d flag in createrepo for sqlite blobs +- Add pydoc stuff to various functions +- Support comments in the package manifest + * Tue Feb 06 2007 Jesse Keating - 0.2.3-1 - Be able to opt-out of a bugurl since buildinstall supports this - Make isodir an object of pungi (wwoods) diff --git a/sources b/sources index 30fee136..7bf9d799 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc8d6c41fdd15061e94232f9993fce40 pungi-0.2.3.tar.gz +723ac528763acf0e47be836e96050495 pungi-0.2.4.tar.gz