- Add support for RHEL7 (#802369).

- Add a method to set a command back to its initial blank state.
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
- iscsi: add support for interface binding to F17 (rvykydal)
- iscsi: add support for interface binding (#500273) (rvykydal)
This commit is contained in:
Chris Lumens 2012-03-14 11:54:36 -04:00
parent 3f08e6d66c
commit 1a580c105b
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -79,3 +79,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.5.tar.gz /pykickstart-1.99.5.tar.gz
/pykickstart-1.99.6.tar.gz /pykickstart-1.99.6.tar.gz
/pykickstart-1.99.7.tar.gz /pykickstart-1.99.7.tar.gz
/pykickstart-1.99.8.tar.gz

View File

@ -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.99.7 Version: 1.99.8
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
@ -46,6 +46,13 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
- Add support for RHEL7 (#802369).
- Add a method to set a command back to its initial blank state.
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
- iscsi: add support for interface binding to F17 (rvykydal)
- iscsi: add support for interface binding (#500273) (rvykydal)
* Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1 * Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
- Add --type option to autopart command. (dlehman) - Add --type option to autopart command. (dlehman)
- Add btrfs command. (dlehman) - Add btrfs command. (dlehman)

View File

@ -1 +1 @@
4753c0fc74a5eb3164bf56f7a25624f8 pykickstart-1.99.7.tar.gz 5d74d57388359503b0d84d744a587e7d pykickstart-1.99.8.tar.gz