diff --git a/.gitignore b/.gitignore index dbbedad..428fe11 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.42.tar.gz /pykickstart-1.99.43.tar.gz /pykickstart-1.99.44.tar.gz +/pykickstart-1.99.45.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 71e06e3..181e32d 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.44 +Version: 1.99.45 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri Nov 01 2013 Chris Lumens - 1.99.45-1 +- Set bootloader location constructor default value to "none" (#916529) (amulhern) + * Fri Oct 25 2013 Chris Lumens - 1.99.44-1 - method getattr should default to handler.url (bcl) Related: rhbz#1016801 diff --git a/sources b/sources index 084489a..ea48e15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea0a1fdc0a3d372426ff9ba16f443352 pykickstart-1.99.44.tar.gz +2188aabe75c3973770a4cf43a4729b02 pykickstart-1.99.45.tar.gz