- Use the correct indentation for the new network stuff. (clumens)

- Add network --interfacename option for vlans (#1061646) (rvykydal)
This commit is contained in:
Chris Lumens 2014-03-18 10:25:18 -04:00
parent 821518ecb4
commit cc04496e76
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -122,3 +122,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.48.tar.gz
/pykickstart-1.99.49.tar.gz
/pykickstart-1.99.50.tar.gz
/pykickstart-1.99.51.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.50
Version: 1.99.51
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,10 @@ make test
%{_mandir}/man1/*
%changelog
* Tue Mar 18 2014 Chris Lumens <clumens@redhat.com> - 1.99.51-1
- Use the correct indentation for the new network stuff. (clumens)
- Add network --interfacename option for vlans (#1061646) (rvykydal)
* 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)

View File

@ -1 +1 @@
62e40131d1eaba85ae94433d8d96cd6f pykickstart-1.99.50.tar.gz
ae9e60a4e453577dbf047c8961d7600c pykickstart-1.99.51.tar.gz