- Run nosetests with the same python as was passed to make. (clumens)
- Looks like Group still needs to define __hash__ to be hashable. (clumens)
This commit is contained in:
parent
7664628b8e
commit
c73841d386
1
.gitignore
vendored
1
.gitignore
vendored
@ -148,3 +148,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.8.tar.gz
|
/pykickstart-2.8.tar.gz
|
||||||
/pykickstart-2.9.tar.gz
|
/pykickstart-2.9.tar.gz
|
||||||
/pykickstart-2.10.tar.gz
|
/pykickstart-2.10.tar.gz
|
||||||
|
/pykickstart-2.11.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -114,6 +114,10 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 09 2015 Chris Lumens <clumens@redhat.com> - 2.11-1
|
||||||
|
- Run nosetests with the same python as was passed to make. (clumens)
|
||||||
|
- Looks like Group still needs to define __hash__ to be hashable. (clumens)
|
||||||
|
|
||||||
* Mon Jul 06 2015 Chris Lumens <clumens@redhat.com> - 2.10-1
|
* Mon Jul 06 2015 Chris Lumens <clumens@redhat.com> - 2.10-1
|
||||||
- Don't forget to call the superclass's __init__ in Group now. (clumens)
|
- Don't forget to call the superclass's __init__ in Group now. (clumens)
|
||||||
- Group objects need to be hashable. (clumens)
|
- Group objects need to be hashable. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user