From 7eff6de180c7653b8c2cbfd8777b82fc0e1fee81 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Jul 24 2007 16:43:08 +0000 Subject: release 0.3.9 --- diff --git a/Changelog b/Changelog index b77089a..4925622 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ * Tue Jul 24 2007 Jesse Keating - Add a few more desktopy things to manifest +- Rename f7 files to f8; set up config files for f8test1 * Fri Jul 20 2007 Jesse Keating - Don't quote things passed to mkisofs, not a shell diff --git a/pungi b/pungi index fea0fe3..ce9c113 100755 --- a/pungi +++ b/pungi @@ -144,7 +144,7 @@ if __name__ == '__main__': import sys def get_arguments(): - parser = OptionParser(version="%prog 0.3.8") + parser = OptionParser(version="%prog 0.3.9") parser.add_option("--destdir", default="*CONFFILE*", dest="destdir", help='destination directory (defaults to current directory)') parser.add_option("-c", "--conf", default='/etc/pungi/pungi.conf', dest="config", diff --git a/pungi.spec b/pungi.spec index 60b7aa1..e00e128 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.3.8 +Version: 0.3.9 Release: 1%{?dist} Summary: Distribution compose tool @@ -46,6 +46,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 24 2007 Jesse Keating - 0.3.9-1 +- Add a few more desktopy things to manifest +- Rename f7 files to f8; set up config files for f8test1 +- Don't quote things passed to mkisofs, not a shell +- Always log stdout before checking for stderr output +- Include memtest86+ in the "Fedora" manifest + * Wed Jun 20 2007 Jesse Keating - 0.3.8-1 - Only grab the newest of deps. - Don't use flavor for a log file if no flavor set (Trac #48) diff --git a/setup.py b/setup.py index c4719be..e38fdcd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.3.8', + version='0.3.9', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com',