- pylint appears to have gotten pickier. (clumens)

- Fix typo in --wpakey string representation method (rvykydal)
- Also add the F19 handler file. (clumens)
- Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
- Add bonding support to RHEL 7 (rvykydal)
- Add bonding support to F19 (rvykydal)
- Add support for F19 (rvykydal)
This commit is contained in:
Chris Lumens 2013-03-04 12:09:05 -05:00
parent 33f006b98f
commit e949a7c795
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -96,3 +96,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.22.tar.gz
/pykickstart-1.99.23.tar.gz
/pykickstart-1.99.24.tar.gz
/pykickstart-1.99.25.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.99.24
Version: 1.99.25
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -46,6 +46,15 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
- pylint appears to have gotten pickier. (clumens)
- Fix typo in --wpakey string representation method (rvykydal)
- Also add the F19 handler file. (clumens)
- Don't strip the newline from reboot or shutdown commands (#915013). (clumens)
- Add bonding support to RHEL 7 (rvykydal)
- Add bonding support to F19 (rvykydal)
- Add support for F19 (rvykydal)
* Wed Feb 13 2013 Chris Lumens <clumens@redhat.com> - 1.99.24-1
- Add a seen attribute to commands, sections, and the packages object. (clumens)

View File

@ -1 +1 @@
1dcad4683f191dbb8e6fe65f64a90340 pykickstart-1.99.24.tar.gz
7825dbd2695698b56208d7d30029ab5f pykickstart-1.99.25.tar.gz