New version.

This commit is contained in:
Chris Lumens 2010-09-10 14:25:08 -04:00
parent c08d32a109
commit 5e17990289
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@ pykickstart-1.74.tar.gz
pykickstart-1.75.tar.gz pykickstart-1.75.tar.gz
pykickstart-1.76.tar.gz pykickstart-1.76.tar.gz
pykickstart-1.77.tar.gz pykickstart-1.77.tar.gz
pykickstart-1.78.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.77 Version: 1.78
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,10 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.77-2 * Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - Raise KickstartError instead of IOError (#618002). (clumens)
- It's --biospart, not --biosdisk (#620855). (clumens)
- Translation updates.
* Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1 * Tue Jul 20 2010 Chris Lumens <clumens@redhat.com> - 1.77-1
- Send the key command down the memory hole. (clumens) - Send the key command down the memory hole. (clumens)

View File

@ -1 +1 @@
6d798cd1712d41a026c814623f28d40d pykickstart-1.77.tar.gz 82b524d54029b2e17cc1aa1973583d8a pykickstart-1.78.tar.gz