Add ksdata.network.hostname (readonly) property (rvykydal)

This commit is contained in:
Chris Lumens 2012-08-28 16:39:27 -04:00
parent 92c653102e
commit 873c41700c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -88,3 +88,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.14.tar.gz
/pykickstart-1.99.15.tar.gz
/pykickstart-1.99.16.tar.gz
/pykickstart-1.99.17.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.16
Version: 1.99.17
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,9 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Tue Aug 28 2012 Chris Lumens <clumens@redhat.com> - 1.99.17-1
- Add ksdata.network.hostname (readonly) property (rvykydal)
* Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.16-1
- Add swap --hibernation to logvol command (vpodzime)

View File

@ -1 +1 @@
f39733f624dda49f2c82c4e8680d95d4 pykickstart-1.99.16.tar.gz
84f33ac558b3fadc47bb5b87f3585676 pykickstart-1.99.17.tar.gz