Prep for release
This commit is contained in:
parent
c0f3f63202
commit
1dfca44ec1
@ -1,5 +1,6 @@
|
||||
* Thu May 24 2007 Jesse Keating <jkeating@redhat.com>
|
||||
- Use a package checksum to verify cached download
|
||||
- Use the right flavor in the Everything configs
|
||||
|
||||
* Wed May 23 2007 Jesse Keating <jkeating@redhat.com>
|
||||
- Commit config files used for producing Fedora 7
|
||||
|
2
pungi
2
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",
|
||||
|
@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 24 2007 Jesse Keating <jkeating@redhat.coM> - 0.3.5-1
|
||||
- Use the right flavor in the Everything configs
|
||||
|
||||
* Thu May 24 2007 Jesse Keating <jkeating@redhat.coM> - 0.3.4-1
|
||||
- Use a package checksum to verify cached download
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user