New upstream release to fix a couple bugs and handle %packages --default
This commit is contained in:
parent
9c844a3779
commit
7ff9a8d5b6
@ -1 +1 @@
|
|||||||
pungi-2.0.5.tar.bz2
|
pungi-2.0.6.tar.bz2
|
||||||
|
@ -4,3 +4,4 @@ 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_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
|
pungi-2_0_4-1_fc9:HEAD:pungi-2.0.4-1.fc9.src.rpm:1218468659
|
||||||
pungi-2_0_5-1_fc10:HEAD:pungi-2.0.5-1.fc10.src.rpm:1221253869
|
pungi-2_0_5-1_fc10:HEAD:pungi-2.0.5-1.fc10.src.rpm:1221253869
|
||||||
|
pungi-2_0_6-1_fc10:HEAD:pungi-2.0.6-1.fc10.src.rpm:1223583773
|
||||||
|
@ -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: 2.0.5
|
Version: 2.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -56,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 Jesse Keating <jkeating@redhat.com> - 2.0.6-1
|
||||||
|
- Handle %packages --default to pick up the default groups.
|
||||||
|
- Set iso name to be the same as --name
|
||||||
|
- Make sure we don't include the 'sha1:' in the iso SHA1SUM file.
|
||||||
|
- Fix .treeinfo to have proper case in file names
|
||||||
|
|
||||||
* Thu Sep 11 2008 Jesse Keating <jkeating@redhat.com> - 2.0.5-1
|
* Thu Sep 11 2008 Jesse Keating <jkeating@redhat.com> - 2.0.5-1
|
||||||
- Add input-methods to pkgorder. It's a new group, need to get ordering right.
|
- Add input-methods to pkgorder. It's a new group, need to get ordering right.
|
||||||
- Make sure we output sha1sums in binary mode. This helps windows.
|
- Make sure we output sha1sums in binary mode. This helps windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user