method getattr should default to handler.url (bcl)

Related: rhbz#1016801
This commit is contained in:
Chris Lumens 2013-10-25 14:26:17 -04:00
parent ef3d25e2e7
commit 57a8668243
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

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.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 <clumens@redhat.com> - 1.99.44-1
- method getattr should default to handler.url (bcl)
Related: rhbz#1016801
* Wed Oct 16 2013 Chris Lumens <clumens@redhat.com> - 1.99.43-1
- Use F20_Raid for RHEL7. (#997146) (dlehman)

View File

@ -1 +1 @@
95dff1342d79b5c64933f4e30486d051 pykickstart-1.99.43.tar.gz
ea0a1fdc0a3d372426ff9ba16f443352 pykickstart-1.99.44.tar.gz