From 1dfca44ec148c6d90b4b55b3ef0ae77b48572f60 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 24 May 2007 08:52:02 -0400 Subject: [PATCH] Prep for release --- Changelog | 1 + pungi | 2 +- pungi.spec | 3 +++ setup.py | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 4a17df35..b20349b1 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ * Thu May 24 2007 Jesse Keating - Use a package checksum to verify cached download +- Use the right flavor in the Everything configs * Wed May 23 2007 Jesse Keating - Commit config files used for producing Fedora 7 diff --git a/pungi b/pungi index 6d7f0453..e0633eaf 100755 --- a/pungi +++ b/pungi @@ -144,7 +144,7 @@ if __name__ == '__main__': import sys def get_arguments(): - parser = OptionParser(version="%prog 0.3.4") + parser = OptionParser(version="%prog 0.3.5") 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 1eb340de..f0d3c1f3 100644 --- a/pungi.spec +++ b/pungi.spec @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 24 2007 Jesse Keating - 0.3.5-1 +- Use the right flavor in the Everything configs + * Thu May 24 2007 Jesse Keating - 0.3.4-1 - Use a package checksum to verify cached download diff --git a/setup.py b/setup.py index 88f23042..9e8dedc9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.3.4', + version='0.3.5', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com',