- Add support for specifying thin pool profile (vpodzime)

- Add missing import (mkolman)
- Add tests for --interfacename validation (mkolman)
- Validate network interface name when parsing the kickstart (#1081982) (mkolman)
This commit is contained in:
Chris Lumens 2014-10-03 14:20:00 -04:00
parent 864396457d
commit cd00eaa280
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -132,3 +132,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.58.tar.gz
/pykickstart-1.99.59.tar.gz
/pykickstart-1.99.60.tar.gz
/pykickstart-1.99.61.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.60
Version: 1.99.61
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
* Fri Oct 03 2014 Chris Lumens <clumens@redhat.com> - 1.99.61-1
- Add support for specifying thin pool profile (vpodzime)
- Add missing import (mkolman)
- Add tests for --interfacename validation (mkolman)
- Validate network interface name when parsing the kickstart (#1081982) (mkolman)
* Wed Sep 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.60-1
- Make --size and --percent mutually exclusive in logvol. (dlehman)
- Add support for F22. (clumens)

View File

@ -1 +1 @@
b1354ebc3f2dac1ab79ff14772cb3e90 pykickstart-1.99.60.tar.gz
fd46d6c5011ca8bd28bb242885973fe0 pykickstart-1.99.61.tar.gz