From 7baf2399140914f89f80e0ce25f2e1ebc6f613ac Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 23 May 2007 12:44:08 -0400 Subject: [PATCH] Prepare for release --- pungi | 2 +- pungi.spec | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pungi b/pungi index a0ca8280..f73ac644 100755 --- a/pungi +++ b/pungi @@ -144,7 +144,7 @@ if __name__ == '__main__': import sys def get_arguments(): - parser = OptionParser(version="%prog 0.3.2") + parser = OptionParser(version="%prog 0.3.3") 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 95a7dc3c..9d37fc79 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.2 +Version: 0.3.3 Release: 1%{?dist} Summary: Distribution compose tool @@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 23 2007 Jesse Keating - 0.3.3-1 +- Commit config files used for producing Fedora 7 +- Default pungi.conf file to using Fedora 7 stuff + * Mon May 21 2007 Jesse Keating - 0.3.2-1 - Don't quote ISO label, not running mkisofs in shell - Apply sparc patches (spot) diff --git a/setup.py b/setup.py index 3cbf524b..4bece108 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.3.2', + version='0.3.3', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com',