auto-import setroubleshoot-1.8.14-1 on branch devel from
setroubleshoot-1.8.14-1.src.rpm
This commit is contained in:
parent
55fdc25f5f
commit
1dde83a70a
@ -1 +1 @@
|
||||
setroubleshoot-1.8.13.tar.gz
|
||||
setroubleshoot-1.8.14.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 1.8.13
|
||||
Version: 1.8.14
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -108,6 +108,14 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/dbus-1/services/sealert.service
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2007 John Dennis <jdennis@redhat.com> - 1.8.14-1
|
||||
- Resolves: bug# 221850
|
||||
plugin module loading was failing in python 2.5 with the message
|
||||
"SystemError: Parent module 'plugins' not loaded". This is due to a
|
||||
change in behavior between python 2.4 and 2.5, in python 2.4 the lack
|
||||
of a parent module was silently ignored. The fix is to load
|
||||
plugins.__init__ first.
|
||||
|
||||
* Sat Jan 6 2007 John Dennis <jdennis@redhat.com> - 1.8.13-1
|
||||
- update translations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user