[pykickstart/f18] - bonding support: add network --bondslaves --bondopts options (rvykydal) - vlan support: add networ

clumens clumens at fedoraproject.org
Fri Sep 14 17:20:44 UTC 2012


commit f2c7dbf4cb5b3d2081d92d3900811145fc74578b
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Sep 14 13:19:52 2012 -0400

    - bonding support: add network --bondslaves --bondopts options (rvykydal)
    - vlan support: add network --vlanid option. (rvykydal)

 .gitignore       |    1 +
 pykickstart.spec |   17 ++++++++++++++++-
 sources          |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0be24e..addc4e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.13.tar.gz
 /pykickstart-1.99.14.tar.gz
 /pykickstart-1.99.15.tar.gz
+/pykickstart-1.99.19.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index a536095..8ae83e9 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.15
+Version: 1.99.19
 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,21 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Fri Sep 14 2012 Chris Lumens <clumens at redhat.com> - 1.99.19-1
+- bonding support: add network --bondslaves --bondopts options (rvykydal)
+- vlan support: add network --vlanid option. (rvykydal)
+
+* Thu Sep 06 2012 Chris Lumens <clumens at redhat.com> - 1.99.18-1
+- Fix the multilib package test case. (clumens)
+- Add support for --multilib option to %packages. (dlehman)
+- Mark --nobase as deprecated. (notting)
+
+* 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)
+
 * Thu Aug 09 2012 Chris Lumens <clumens at redhat.com> - 1.99.15-1
 - No argument needs to be given to rootpw if you're just locking the account. (clumens)
 
diff --git a/sources b/sources
index 6e02fed..5c21598 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-802d212ab613babfecf7ff44c9cf5b8c  pykickstart-1.99.15.tar.gz
+a5c7f70ce3e3be8a4cbf9ca7253b821d  pykickstart-1.99.19.tar.gz


More information about the scm-commits mailing list