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:
Jesse Keating 2008-08-11 15:33:20 +00:00
parent 76fed85179
commit 2a3882ad97
4 changed files with 12 additions and 3 deletions

View File

@ -1 +1 @@
pungi-2.0.3.tar.bz2
pungi-2.0.4.tar.bz2

View File

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

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: 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

View File

@ -1 +1 @@
2ce131461ef1c89f44c3114db62bfc17 pungi-2.0.3.tar.bz2
33df6123e7f8030bea78ec9059b2f2fa pungi-2.0.4.tar.bz2