prep for release and update comps file

This commit is contained in:
Jesse Keating 2007-05-30 10:46:55 -04:00 committed by Jesse Keating
parent a300431630
commit 1eb9ea938f
4 changed files with 13 additions and 3 deletions

View File

@ -837,6 +837,7 @@
<packagereq type="default">pam_pkcs11</packagereq>
<packagereq type="default">pam_smb</packagereq>
<packagereq type="default">pcmciautils</packagereq>
<packagereq type="default">pcsc-lite-libs</packagereq>
<packagereq type="default">perl-devel</packagereq>
<packagereq type="default">pinfo</packagereq>
<packagereq type="default">pm-utils</packagereq>
@ -4404,6 +4405,7 @@
<packagereq type="optional">csmash</packagereq>
<packagereq type="optional">cyphesis</packagereq>
<packagereq type="optional">dd2</packagereq>
<packagereq type="optional">dgae</packagereq>
<packagereq type="optional">duel3</packagereq>
<packagereq type="optional">enigma</packagereq>
<packagereq type="optional">escape</packagereq>
@ -4450,6 +4452,7 @@
<packagereq type="optional">mirrormagic</packagereq>
<packagereq type="optional">monkey-bubble</packagereq>
<packagereq type="optional">monsterz</packagereq>
<packagereq type="optional">nagi</packagereq>
<packagereq type="optional">nazghul</packagereq>
<packagereq type="optional">nazghul-haxima</packagereq>
<packagereq type="optional">nethack</packagereq>
@ -4485,6 +4488,7 @@
<packagereq type="optional">scummvm</packagereq>
<packagereq type="optional">seahorse-adventures</packagereq>
<packagereq type="optional">sear</packagereq>
<packagereq type="optional">sergueis-destiny</packagereq>
<packagereq type="optional">shippy</packagereq>
<packagereq type="optional">six</packagereq>
<packagereq type="optional">smashteroid</packagereq>

2
pungi
View File

@ -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",

View File

@ -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 <jkeating@redhat.com> - 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 <jkeating@redhat.coM> - 0.3.6-1
- Handle the cdsize variable correctly

View File

@ -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',