diff --git a/.cvsignore b/.cvsignore index dd02fba..9c605a5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ pykickstart-0.40.tar.gz pykickstart-0.41.tar.gz pykickstart-0.42.tar.gz pykickstart-0.43.tar.gz +pykickstart-0.90.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 400ee29..575898f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.43 +Version: 0.90 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,11 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Tue Jan 16 2007 Chris Lumens - 0.90-1 +- Support multiple versions of kickstart syntax from one code base + (#189348). +- Fix inconsistency between Script parser and writer (#222877). + * Fri Dec 15 2006 Chris Lumens - 0.43-1 - Pull in new translations (#216620). diff --git a/sources b/sources index 5bd2c3f..d38c3c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec8a974a6fd5b8eae8dcc5c89c16bf0a pykickstart-0.43.tar.gz +d3ddde639a100ed43422b0aa12bc595f pykickstart-0.90.tar.gz