New version.

This commit is contained in:
Christopher Edward Lumens 2010-01-14 19:16:34 +00:00
parent 5455b32dfe
commit a096c5b9ec
3 changed files with 14 additions and 3 deletions

View File

@ -54,3 +54,4 @@ pykickstart-1.64.tar.gz
pykickstart-1.65.tar.gz pykickstart-1.65.tar.gz
pykickstart-1.66.tar.gz pykickstart-1.66.tar.gz
pykickstart-1.67.tar.gz pykickstart-1.67.tar.gz
pykickstart-1.68.tar.gz

View File

@ -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 Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.67 Version: 1.68
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -45,6 +45,16 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Thu Jan 14 2010 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.67-1 * Thu Dec 03 2009 Chris Lumens <clumens@redhat.com> - 1.67-1
- Don't use action="append_const" in firewall.py. - Don't use action="append_const" in firewall.py.
- Make "make archive" depend on test and check passing again. - Make "make archive" depend on test and check passing again.

View File

@ -1 +1 @@
87a99c5e47f2290a6d500dc823e57f33 pykickstart-1.67.tar.gz 49e6bed844d0dec6b2e92743ece7d5ce pykickstart-1.68.tar.gz