From 734b7ffda87e0eb1e1da14a6d4ad04de7d9b98f8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Sun, 3 Nov 2013 16:55:01 -0500 Subject: [PATCH] Set bootloader location constructor default value to "none" (#916529) (amulhern) --- .gitignore | 1 + pykickstart.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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