New version.

This commit is contained in:
Christopher Edward Lumens 2008-02-26 17:49:01 +00:00
parent 67c320754a
commit 0a0931b65a
3 changed files with 10 additions and 2 deletions

View File

@ -17,3 +17,4 @@ pykickstart-1.26.tar.gz
pykickstart-1.27.tar.gz
pykickstart-1.28.tar.gz
pykickstart-1.29.tar.gz
pykickstart-1.30.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.29
Version: 1.30
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -44,6 +44,13 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten
%changelog
* Tue Feb 26 2008 Chris Lumens <clumens@redhat.com> - 1.30-1
- Reverse writePriorities of iscsi and iscsname (#434965, jlaska).
- Fix printing of iscsiname command (#434945, jlaska).
- Don't traceback on ENOENT. (pnasrat)
- Store the mouse name as a string, not a list. (clumens)
- Update translations.
* Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> - 1.29-1
- Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens)

View File

@ -1 +1 @@
9a8991be3c011554cfe0f95f375a710a pykickstart-1.29.tar.gz
2aa7dc46a3a908527a0708b3ace0dafb pykickstart-1.30.tar.gz