From 33322ebc0f23b967751b676e86cbaec96988af50 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 14 Apr 2010 21:08:38 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2baa969..920c3e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -57,3 +57,4 @@ pykickstart-1.67.tar.gz pykickstart-1.68.tar.gz pykickstart-1.69.tar.gz pykickstart-1.70.tar.gz +pykickstart-1.71.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 5b00433..da3d903 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.70 +Version: 1.71 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Apr 14 2010 Chris Lumens - 1.71-1 +- Don't overwrite the excluded group list after every %packages line (#577334). (clumens) +- Add a bunch of test cases for the packages section. (clumens) + * Wed Mar 31 2010 Chris Lumens - 1.70-1 - Add support for RAID4 (#578514). (clumens) - Escape percent signs in the changelog. (clumens) diff --git a/sources b/sources index 6b9b7c6..e85341a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -431d8c6f25d651188a342018a3d8c7b2 pykickstart-1.70.tar.gz +a0c2ad382a467ca5dbf94be1695ba417 pykickstart-1.71.tar.gz