diff --git a/.gitignore b/.gitignore index 4a1021c..d37cd47 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.26.tar.gz /pykickstart-1.99.27.tar.gz /pykickstart-1.99.28.tar.gz +/pykickstart-1.99.29.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 3765c41..a6a1737 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.28 +Version: 1.99.29 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 +* Thu May 09 2013 Chris Lumens - 1.99.29-1 +- add --extlinux option (mattdm) + * Tue Apr 23 2013 Chris Lumens - 1.99.28-1 - Add network --ipv6gateway option (#905226) (rvykydal) - Add lang --addsupport option (#912364) (rvykydal) diff --git a/sources b/sources index 475139f..6c59287 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -623dc449f5067aaebf3b99db07f5ee78 pykickstart-1.99.28.tar.gz +853c83ea63ed95a6e05bb11a90bf851b pykickstart-1.99.29.tar.gz