- Move from pychecker to pylint, since the latter actually works.

- Lots of minor corrections for pylint.
- Add bootloader --iscrypted (#554870).
- Add support for F15.
This commit is contained in:
Chris Lumens 2010-11-08 11:11:43 -05:00
parent 5e17990289
commit b3d1705451
3 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View File

@ -65,3 +65,5 @@ pykickstart-1.75.tar.gz
pykickstart-1.76.tar.gz
pykickstart-1.77.tar.gz
pykickstart-1.78.tar.gz
/pykickstart-1.78.tar.gz
/pykickstart-1.79.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.78
Version: 1.79
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,12 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Mon Nov 08 2010 Chris Lumens <clumens@redhat.com> 1.79-1
- Move from pychecker to pylint, since the latter actually works.
- Lots of minor corrections for pylint.
- Add bootloader --iscrypted (#554870).
- Add support for F15.
* Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
- Raise KickstartError instead of IOError (#618002). (clumens)
- It's --biospart, not --biosdisk (#620855). (clumens)

View File

@ -1 +1 @@
82b524d54029b2e17cc1aa1973583d8a pykickstart-1.78.tar.gz
c1f50aeb9f90287479487d5bfd99a91e pykickstart-1.79.tar.gz