diff --git a/.cvsignore b/.cvsignore index 3b6c8b2..9b765b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -29,3 +29,4 @@ pykickstart-1.38.tar.gz pykickstart-1.39.tar.gz pykickstart-1.40.tar.gz pykickstart-1.41.tar.gz +pykickstart-1.42.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index f667d01..7bbe204 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.41 +Version: 1.42 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Mon Aug 11 2008 Chris Lumens - 1.42-1 +- Add rescue command to pykickstart (atodorov) +- Sort %packages output (katzj) +- Fix a typo (atodorov). + * 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 diff --git a/sources b/sources index 7f9b2cc..f1d219a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbf523b5b2819ee356faddb363a10880 pykickstart-1.41.tar.gz +3761b1e456c1dba745af1e44681829b7 pykickstart-1.42.tar.gz