From 6ce3c673d19a6ecb4951d959626ee952a179fc86 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 14 Sep 2012 13:19:52 -0400 Subject: [PATCH] - bonding support: add network --bondslaves --bondopts options (rvykydal) - vlan support: add network --vlanid option. (rvykydal) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a7956f5..e1f5e98 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.16.tar.gz /pykickstart-1.99.17.tar.gz /pykickstart-1.99.18.tar.gz +/pykickstart-1.99.19.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 5992e98..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.18 +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,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Fri Sep 14 2012 Chris Lumens - 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 - 1.99.18-1 - Fix the multilib package test case. (clumens) - Add support for --multilib option to %packages. (dlehman) diff --git a/sources b/sources index 586a190..5c21598 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -961bdb865ba71159bc4f7dab8ff84680 pykickstart-1.99.18.tar.gz +a5c7f70ce3e3be8a4cbf9ca7253b821d pykickstart-1.99.19.tar.gz