From 1eb9ea938f86e596ec7998c7c909a7be1b834a5e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 30 May 2007 10:46:55 -0400 Subject: [PATCH] prep for release and update comps file --- config/comps-f7.xml | 4 ++++ pungi | 2 +- pungi.spec | 8 +++++++- setup.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/config/comps-f7.xml b/config/comps-f7.xml index ba077fab..c34a5fc8 100644 --- a/config/comps-f7.xml +++ b/config/comps-f7.xml @@ -837,6 +837,7 @@ pam_pkcs11 pam_smb pcmciautils + pcsc-lite-libs perl-devel pinfo pm-utils @@ -4404,6 +4405,7 @@ csmash cyphesis dd2 + dgae duel3 enigma escape @@ -4450,6 +4452,7 @@ mirrormagic monkey-bubble monsterz + nagi nazghul nazghul-haxima nethack @@ -4485,6 +4488,7 @@ scummvm seahorse-adventures sear + sergueis-destiny shippy six smashteroid diff --git a/pungi b/pungi index f7e46fa3..d46cdd56 100755 --- a/pungi +++ b/pungi @@ -144,7 +144,7 @@ if __name__ == '__main__': import sys def get_arguments(): - parser = OptionParser(version="%prog 0.3.6") + parser = OptionParser(version="%prog 0.3.7") 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 459b9e71..eab7d7b1 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.6 +Version: 0.3.7 Release: 1%{?dist} Summary: Distribution compose tool @@ -46,6 +46,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 30 2007 Jesse Keating - 0.3.7-1 +- Handle the cdsize variable correctly +- More fixes for cached download stuff +- Fix default CD size storing +- Update comps file with what shipped for F7 + * Fri May 25 2007 Jesse Keating - 0.3.6-1 - Handle the cdsize variable correctly diff --git a/setup.py b/setup.py index be7e5d07..56ba3298 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.3.6', + version='0.3.7', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com',