diff --git a/.cvsignore b/.cvsignore index 0b5d4e7..151b008 100644 --- a/.cvsignore +++ b/.cvsignore @@ -53,3 +53,4 @@ pykickstart-1.63.tar.gz pykickstart-1.64.tar.gz pykickstart-1.65.tar.gz pykickstart-1.66.tar.gz +pykickstart-1.67.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 3d3acf5..e07ddd3 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.66 +Version: 1.67 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,13 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu Dec 03 2009 Chris Lumens - 1.67-1 +- Don't use action="append_const" in firewall.py. +- Make "make archive" depend on test and check passing again. +- versionToString now works in all cases we test for. +- Fix the few pychecker errors outstanding in options.py. +- Fix make docs to make docs dir before trying to download files there (hdegoede) + * Wed Nov 25 2009 Hans de Goede - 1.66-1 - Add --dcb option to fcoe command (#513011) - Remove rhpl from tests diff --git a/sources b/sources index 114872c..d3f5f2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91b989dc8781a15825f005fb8efabf56 pykickstart-1.66.tar.gz +87a99c5e47f2290a6d500dc823e57f33 pykickstart-1.67.tar.gz