- 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:
parent
5e17990289
commit
b3d1705451
2
.gitignore
vendored
2
.gitignore
vendored
@ -65,3 +65,5 @@ 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
|
pykickstart-1.78.tar.gz
|
||||||
|
/pykickstart-1.78.tar.gz
|
||||||
|
/pykickstart-1.79.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
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.78
|
Version: 1.79
|
||||||
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,12 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 10 2010 Chris Lumens <clumens@redhat.com> - 1.78-1
|
||||||
- Raise KickstartError instead of IOError (#618002). (clumens)
|
- Raise KickstartError instead of IOError (#618002). (clumens)
|
||||||
- It's --biospart, not --biosdisk (#620855). (clumens)
|
- It's --biospart, not --biosdisk (#620855). (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user