- Add a new bootloader --disabled option (#1074522). (clumens)

- Add support for F21. (clumens)
- Fix an error on the printing side of handling environments. (clumens)
- Add support for fcoe --autovlan option (#1055779) (rvykydal)
This commit is contained in:
Chris Lumens 2014-03-17 14:32:06 -04:00
parent de2b2dfec0
commit 821518ecb4
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -121,3 +121,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.47.tar.gz
/pykickstart-1.99.48.tar.gz
/pykickstart-1.99.49.tar.gz
/pykickstart-1.99.50.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.49
Version: 1.99.50
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -54,6 +54,12 @@ make test
%{_mandir}/man1/*
%changelog
* Mon Mar 17 2014 Chris Lumens <clumens@redhat.com> - 1.99.50-1
- Add a new bootloader --disabled option (#1074522). (clumens)
- Add support for F21. (clumens)
- Fix an error on the printing side of handling environments. (clumens)
- Add support for fcoe --autovlan option (#1055779) (rvykydal)
* Wed Feb 05 2014 Chris Lumens <clumens@redhat.com> - 1.99.49-1
- Provide syntax for specifying environments (#1061296). (clumens)
- Use the correct LogVolData object (#1058520). (clumens)

View File

@ -1 +1 @@
9d24dad050959fa9e74b323204a328bd pykickstart-1.99.49.tar.gz
62e40131d1eaba85ae94433d8d96cd6f pykickstart-1.99.50.tar.gz