- Call the right attribute method (#1004889) (bcl)

- Reset method seen attrs when switching method (#1004889) (bcl)
This commit is contained in:
Chris Lumens 2013-09-10 15:16:23 -04:00
parent 4fa23556b6
commit 164a34db24
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <clumens@redhat.com> - 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 <bcl@redhat.com> - 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)

View File

@ -1 +1 @@
637bf871ab6a9a0ca81b55e4ecf6d546 pykickstart-1.99.38.tar.gz
d249f60aa89b1b4facd63f776925116d pykickstart-1.99.39.tar.gz