diff --git a/.cvsignore b/.cvsignore index 29b1fe6..e858321 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ pykickstart-0.3.tar.gz pykickstart-0.4.tar.gz pykickstart-0.5.tar.gz pykickstart-0.6.tar.gz +pykickstart-0.7.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index e644090..0d6fc56 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.6 +Version: 0.7 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -36,6 +36,13 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/ksvalidator %changelog +* Tue Nov 01 2005 Chris Lumens 0.7-1 +- Fix clearpart --all. +- vnc command does not require --connect option (#172192). +- network --onboot does not take any option. +- Remove extra spaces from firewall --ports and --trust. +- Write out network -- options. + * Fri Oct 28 2005 Chris Lumens 0.6-1 - Add --resolvedeps and --ignoredeps as deprecated options. - Pass line number to header functions. diff --git a/sources b/sources index 7819189..65da99a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8997962b34bcc7ba8673383dfa03d27d pykickstart-0.6.tar.gz +08ae8447659043e7a774282e4f87f280 pykickstart-0.7.tar.gz