diff --git a/.cvsignore b/.cvsignore index c53dd9a..3b6c8b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,3 +28,4 @@ pykickstart-1.37.tar.gz pykickstart-1.38.tar.gz pykickstart-1.39.tar.gz pykickstart-1.40.tar.gz +pykickstart-1.41.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 3f944de..f667d01 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.40 +Version: 1.41 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,14 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Fri Aug 01 2008 Chris Lumens - 1.41-1 +- RHEL5 supports ignoredisk --only-use now too. (clumens) +- Do not include passphrases for encrypted block devices in + anaconda-ks.cfg. (dlehman) +- Fix F9,F10,RHEL5 "part" commands to use the same class as + "partition". (dlehman) +- Add an apply method() for commands and implement for lang (katzj) + * Tue Jul 15 2008 Chris Lumens - 1.40-1 - RHEL5_LogVolData should inherit from FC4, not FC3. Also fix FC9->F9 typo. (dlehman) diff --git a/sources b/sources index d0ec3be..7f9b2cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40348f1916ebf42b5ea3b2de08a62e4a pykickstart-1.40.tar.gz +bbf523b5b2819ee356faddb363a10880 pykickstart-1.41.tar.gz