From 164a34db2480cb7679d0a00777aefad646426523 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 10 Sep 2013 15:16:23 -0400 Subject: [PATCH] - Call the right attribute method (#1004889) (bcl) - Reset method seen attrs when switching method (#1004889) (bcl) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 736e289..157da62 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.36.tar.gz /pykickstart-1.99.37.tar.gz /pykickstart-1.99.38.tar.gz +/pykickstart-1.99.39.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 00b6128..d5830ff 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.38 +Version: 1.99.39 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -48,6 +48,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Sep 10 2013 Chris Lumens - 1.99.39-1 +- Call the right attribute method (#1004889) (bcl) +- Reset method seen attrs when switching method (#1004889) (bcl) + * Tue Sep 03 2013 Brian C. Lane - 1.99.38-1 - Return None for attributes if no method has been set (#1001081) (dshea) - Fix up a couple pylint errors in the tools. (clumens) diff --git a/sources b/sources index d6f8dcc..1fe0515 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -637bf871ab6a9a0ca81b55e4ecf6d546 pykickstart-1.99.38.tar.gz +d249f60aa89b1b4facd63f776925116d pykickstart-1.99.39.tar.gz