From 539093b8129a70e61fd63d0878ccf5ea47e6670b Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Apr 23 2013 14:02:29 +0000 Subject: - Add network --ipv6gateway option (#905226) (rvykydal) - Add lang --addsupport option (#912364) (rvykydal) --- diff --git a/.gitignore b/.gitignore index 9432254..4a1021c 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.25.tar.gz /pykickstart-1.99.26.tar.gz /pykickstart-1.99.27.tar.gz +/pykickstart-1.99.28.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index b15ad8e..3765c41 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.27 +Version: 1.99.28 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 +* Tue Apr 23 2013 Chris Lumens - 1.99.28-1 +- Add network --ipv6gateway option (#905226) (rvykydal) +- Add lang --addsupport option (#912364) (rvykydal) + * Wed Apr 10 2013 Chris Lumens - 1.99.27-1 - A new user's group should default to None, not 0 (#929204). (clumens) diff --git a/sources b/sources index 15d0948..475139f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c063f323a3e8d33a1be381085000ec80 pykickstart-1.99.27.tar.gz +623dc449f5067aaebf3b99db07f5ee78 pykickstart-1.99.28.tar.gz