diff --git a/.cvsignore b/.cvsignore index 151b008..fbd22ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -54,3 +54,4 @@ pykickstart-1.64.tar.gz pykickstart-1.65.tar.gz pykickstart-1.66.tar.gz pykickstart-1.67.tar.gz +pykickstart-1.68.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index e07ddd3..e319d73 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,9 +1,9 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.67 +Version: 1.68 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,16 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu Jan 14 2010 Chris Lumens - 1.68-1 +- Support removing groups that were included by a glob (#554717). (clumens) +- Make sure that everything in version.versionMap has a handler. (clumens) +- Add support for RHEL6 (#552230). (clumens) +- Don't consider RHEL versions as developmental even if they're latest. (clumens) +- Add lineno to BaseData and derived classes (version 2) (hdegoede) +- Give the non mandatory iscsi --port argument a sane default (hdegoede) +- Change python_sitelib macro to use %global for new rpm (hdegoede) +- Fix typo in iscsi parsing error message (hdegoede) + * 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. diff --git a/sources b/sources index d3f5f2b..5ac497d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87a99c5e47f2290a6d500dc823e57f33 pykickstart-1.67.tar.gz +49e6bed844d0dec6b2e92743ece7d5ce pykickstart-1.68.tar.gz