From 57a866824302354988a5a563ba4a652eb176d983 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 25 Oct 2013 14:26:17 -0400 Subject: [PATCH] method getattr should default to handler.url (bcl) Related: rhbz#1016801 --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5769b2c..dbbedad 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.41.tar.gz /pykickstart-1.99.42.tar.gz /pykickstart-1.99.43.tar.gz +/pykickstart-1.99.44.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 4b15578..71e06e3 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.43 +Version: 1.99.44 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,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri Oct 25 2013 Chris Lumens - 1.99.44-1 +- method getattr should default to handler.url (bcl) + Related: rhbz#1016801 + * Wed Oct 16 2013 Chris Lumens - 1.99.43-1 - Use F20_Raid for RHEL7. (#997146) (dlehman) diff --git a/sources b/sources index 655d31a..084489a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95dff1342d79b5c64933f4e30486d051 pykickstart-1.99.43.tar.gz +ea0a1fdc0a3d372426ff9ba16f443352 pykickstart-1.99.44.tar.gz