New version.

This commit is contained in:
Christopher Edward Lumens 2009-04-29 19:07:05 +00:00
parent 478bfaa567
commit 4e23ae5f09
3 changed files with 9 additions and 5 deletions

View File

@ -40,3 +40,4 @@ pykickstart-1.49.tar.gz
pykickstart-1.50.tar.gz pykickstart-1.50.tar.gz
pykickstart-1.51.tar.gz pykickstart-1.51.tar.gz
pykickstart-1.52.tar.gz pykickstart-1.52.tar.gz
pykickstart-1.53.tar.gz

View File

@ -3,8 +3,8 @@
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.52 Version: 1.53
Release: 2%{?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
# within this srpm. # within this srpm.
@ -45,8 +45,11 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-2 * Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
- Use the F11 version of the partition command. (clumens)
- Remove the --start and --end options since anaconda no longer uses them. (clumens)
- Remove a broken test case. (clumens)
* Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1 * Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
- Add lots more test cases (alindebe, mgracik, stickster). - Add lots more test cases (alindebe, mgracik, stickster).

View File

@ -1 +1 @@
7e576f0c98c77f18a229d51c3ec48bc4 pykickstart-1.52.tar.gz 0e97f845154a2d46446dc7838625c52e pykickstart-1.53.tar.gz