New upstream release, fixes a number of issues with image file chesksumming
as well as only initing the yum object when necessary
This commit is contained in:
parent
76fed85179
commit
2a3882ad97
@ -1 +1 @@
|
||||
pungi-2.0.3.tar.bz2
|
||||
pungi-2.0.4.tar.bz2
|
||||
|
@ -2,3 +2,4 @@ pungi-2_0_0-1_fc9:HEAD:pungi-2.0.0-1.fc9.src.rpm:1213448247
|
||||
pungi-2_0_1-1_fc9:HEAD:pungi-2.0.1-1.fc9.src.rpm:1214317926
|
||||
pungi-2_0_2-1_fc9:HEAD:pungi-2.0.2-1.fc9.src.rpm:1215801155
|
||||
pungi-2_0_3-1_fc9:HEAD:pungi-2.0.3-1.fc9.src.rpm:1216163155
|
||||
pungi-2_0_4-1_fc9:HEAD:pungi-2.0.4-1.fc9.src.rpm:1218468659
|
||||
|
10
pungi.spec
10
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: 2.0.3
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -56,6 +56,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 11 2008 Jesse Keating <jkeating@redhat.com> 2.0.4-1
|
||||
- Remove unused discs option
|
||||
- Don't try to make debuginfo repo for source arch
|
||||
- Change the checksum output for images checksumming
|
||||
- Get ppc boot images in checksum list
|
||||
- Only get repodata and init yum object when needed
|
||||
- Fix path issues in info files
|
||||
|
||||
* Tue Jul 15 2008 Jesse Keating <jkeating@redhat.com> 2.0.3-1
|
||||
- Checksum various files from buildinstall output and put them in .treeinfo
|
||||
- Use new hashsum utility to generate sha1sums
|
||||
|
Loading…
Reference in New Issue
Block a user