Update comps from test2
prep release
This commit is contained in:
parent
2f3a891a5c
commit
be069fc5f2
@ -1,3 +1,7 @@
|
|||||||
|
* Wed Feb 28 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
|
- Update Fedora 7 comps file.
|
||||||
|
- Tag for F7 Test2
|
||||||
|
|
||||||
* Mon Feb 26 2007 Jesse Keating <jkeating@redhat.com>
|
* Mon Feb 26 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Fix gathering of srpms (thanks skvidal)
|
- Fix gathering of srpms (thanks skvidal)
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
2
pungi
2
pungi
@ -139,7 +139,7 @@ if __name__ == '__main__':
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
def get_arguments():
|
def get_arguments():
|
||||||
parser = OptionParser(version="%prog 0.2.6")
|
parser = OptionParser(version="%prog 0.2.7")
|
||||||
parser.add_option("--destdir", default="*CONFFILE*", dest="destdir",
|
parser.add_option("--destdir", default="*CONFFILE*", dest="destdir",
|
||||||
help='destination directory (defaults to current directory)')
|
help='destination directory (defaults to current directory)')
|
||||||
parser.add_option("-c", "--conf", default='/etc/pungi/pungi.conf', dest="config",
|
parser.add_option("-c", "--conf", default='/etc/pungi/pungi.conf', dest="config",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 0.2.6
|
Version: 0.2.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2007 Jesse Keating <jkeating@redhat.com> - 0.2.7-1
|
||||||
|
- Fix gathering of srpms (thanks skvidal)
|
||||||
|
- Update comps from F7 Test2
|
||||||
|
|
||||||
* Thu Feb 22 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6-1
|
* Thu Feb 22 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6-1
|
||||||
- Don't use TMPDIR with buildinstall, it is broken
|
- Don't use TMPDIR with buildinstall, it is broken
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
import glob
|
import glob
|
||||||
|
|
||||||
setup(name='pungi',
|
setup(name='pungi',
|
||||||
version='0.2.6',
|
version='0.2.7',
|
||||||
description='Distribution compose tool',
|
description='Distribution compose tool',
|
||||||
author='Jesse Keating',
|
author='Jesse Keating',
|
||||||
author_email='jkeating@redhat.com',
|
author_email='jkeating@redhat.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user