[pykickstart] Add ksdata.network.hostname (readonly) property (rvykydal)

clumens clumens at fedoraproject.org
Tue Aug 28 20:40:08 UTC 2012


commit 873c41700cf660dcf8dd6e90455867e46d057ba1
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Aug 28 16:39:27 2012 -0400

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

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea9d36a..907769b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/pykickstart.spec b/pykickstart.spec
index 91c5d56..11c4596 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -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 at redhat.com> - 1.99.17-1
+- Add ksdata.network.hostname (readonly) property (rvykydal)
+
 * Wed Aug 22 2012 Chris Lumens <clumens at redhat.com> - 1.99.16-1
 - Add swap --hibernation to logvol command (vpodzime)
 
diff --git a/sources b/sources
index d279d12..f62ac1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f39733f624dda49f2c82c4e8680d95d4  pykickstart-1.99.16.tar.gz
+84f33ac558b3fadc47bb5b87f3585676  pykickstart-1.99.17.tar.gz


More information about the scm-commits mailing list