diff --git a/.cvsignore b/.cvsignore index 96b011f..463ce17 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ pykickstart-0.16.tar.gz pykickstart-0.17.tar.gz pykickstart-0.18.tar.gz pykickstart-0.19.tar.gz +pykickstart-0.20.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 7cb3859..7deb07f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.19 +Version: 0.20 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -36,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/ksvalidator %changelog +* Mon Feb 13 2006 Chris Lumens 0.20-1 +- Correctly set --noformat and --useexisting on lvm and raid. + * Mon Feb 13 2006 Chris Lumens 0.19-1 - --onboot requires a value (#180987). - Be more strict about commands that don't take arguments. diff --git a/sources b/sources index 173e78b..531cbbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cfdfcf3541b645faa279d06a6e7fbfa pykickstart-0.19.tar.gz +ba07f292ce3fc3a767e401c3ad9b84be pykickstart-0.20.tar.gz