- Call the right attribute method (#1004889) (bcl)
- Reset method seen attrs when switching method (#1004889) (bcl)
This commit is contained in:
parent
4fa23556b6
commit
164a34db24
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.36.tar.gz
|
/pykickstart-1.99.36.tar.gz
|
||||||
/pykickstart-1.99.37.tar.gz
|
/pykickstart-1.99.37.tar.gz
|
||||||
/pykickstart-1.99.38.tar.gz
|
/pykickstart-1.99.38.tar.gz
|
||||||
|
/pykickstart-1.99.39.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.38
|
Version: 1.99.39
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -48,6 +48,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Return None for attributes if no method has been set (#1001081) (dshea)
|
||||||
- Fix up a couple pylint errors in the tools. (clumens)
|
- Fix up a couple pylint errors in the tools. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user