From 7ff9a8d5b677a304750c964bd7d7d5f1f032d54f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 09 2008 20:23:44 +0000 Subject: New upstream release to fix a couple bugs and handle %packages --default --- diff --git a/.cvsignore b/.cvsignore index fc62573..5931bdf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-2.0.5.tar.bz2 +pungi-2.0.6.tar.bz2 diff --git a/import.log b/import.log index a75f1f4..d5a33e4 100644 --- a/import.log +++ b/import.log @@ -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_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_6-1_fc10:HEAD:pungi-2.0.6-1.fc10.src.rpm:1223583773 diff --git a/pungi.spec b/pungi.spec index 893cb32..a172114 100644 --- a/pungi.spec +++ b/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.5 +Version: 2.0.6 Release: 1%{?dist} Summary: Distribution compose tool @@ -56,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 09 2008 Jesse Keating - 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 - 2.0.5-1 - 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. diff --git a/sources b/sources index ff83c15..8405d1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -155a73d2997759ad7de4a6fe15dc2718 pungi-2.0.5.tar.bz2 +f1d577ad57fc67c84084c5d89edb50ac pungi-2.0.6.tar.bz2