New version.

This commit is contained in:
Christopher Edward Lumens 2010-04-14 21:08:38 +00:00
parent d8c8d5c93c
commit 33322ebc0f
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.70-1
- Add support for RAID4 (#578514). (clumens)
- Escape percent signs in the changelog. (clumens)

View File

@ -1 +1 @@
431d8c6f25d651188a342018a3d8c7b2 pykickstart-1.70.tar.gz
a0c2ad382a467ca5dbf94be1695ba417 pykickstart-1.71.tar.gz