New version.

This commit is contained in:
Christopher Edward Lumens 2008-08-11 17:40:14 +00:00
parent 78feb363f6
commit 34d1c9a59d
3 changed files with 8 additions and 2 deletions

View File

@ -29,3 +29,4 @@ pykickstart-1.38.tar.gz
pykickstart-1.39.tar.gz pykickstart-1.39.tar.gz
pykickstart-1.40.tar.gz pykickstart-1.40.tar.gz
pykickstart-1.41.tar.gz pykickstart-1.41.tar.gz
pykickstart-1.42.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.41 Version: 1.42
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -44,6 +44,11 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten %{_bindir}/ksflatten
%changelog %changelog
* Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 1.42-1
- Add rescue command to pykickstart (atodorov)
- Sort %packages output (katzj)
- Fix a typo (atodorov).
* Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1 * Fri Aug 01 2008 Chris Lumens <clumens@redhat.com> - 1.41-1
- RHEL5 supports ignoredisk --only-use now too. (clumens) - RHEL5 supports ignoredisk --only-use now too. (clumens)
- Do not include passphrases for encrypted block devices in - Do not include passphrases for encrypted block devices in

View File

@ -1 +1 @@
bbf523b5b2819ee356faddb363a10880 pykickstart-1.41.tar.gz 3761b1e456c1dba745af1e44681829b7 pykickstart-1.42.tar.gz