diff --git a/.cvsignore b/.cvsignore index 3773260..0f63a76 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 46abf48..47bc41e 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.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 - 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 - 1.29-1 - Renamed bootproto=ask to bootproto=query, add to RHEL5 as well. (clumens) diff --git a/sources b/sources index b3f9e04..71fbcb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a8991be3c011554cfe0f95f375a710a pykickstart-1.29.tar.gz +2aa7dc46a3a908527a0708b3ace0dafb pykickstart-1.30.tar.gz