diff --git a/.cvsignore b/.cvsignore index ac391b4..96b011f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ pykickstart-0.15.tar.gz pykickstart-0.16.tar.gz pykickstart-0.17.tar.gz pykickstart-0.18.tar.gz +pykickstart-0.19.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 4ca8140..7cb3859 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.18 +Version: 0.19 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -36,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/ksvalidator %changelog +* Mon Feb 13 2006 Chris Lumens 0.19-1 +- --onboot requires a value (#180987). +- Be more strict about commands that don't take arguments. + * Thu Feb 09 2006 Chris Lumens 0.18-1 - Fix some errors pychecker caught. - Allow exceptions to not be fatal so ksvalidator can spot more errors in diff --git a/sources b/sources index 28fe8a6..173e78b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d48a4e95ee669f01fa8c57cb3c3d9f1c pykickstart-0.18.tar.gz +3cfdfcf3541b645faa279d06a6e7fbfa pykickstart-0.19.tar.gz