upgrade to 2.0.1 upstream
This commit is contained in:
parent
6f3757ab75
commit
d68203ce1c
@ -1 +1 @@
|
||||
setroubleshoot-2.0.0.tar.gz
|
||||
setroubleshoot-2.0.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
||||
@ -141,9 +141,10 @@ if [ $1 = 0 ]; then
|
||||
/sbin/chkconfig --del %{name}
|
||||
fi
|
||||
|
||||
%triggerpostun -- setroubleshoot < 2.0.0
|
||||
%triggerpostun -- setroubleshoot < 2.0.1
|
||||
/sbin/service %{name} cleardb
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -185,11 +186,17 @@ rm -rf %{buildroot}
|
||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-3
|
||||
- clear the previous database, it's not compatible with v2.0
|
||||
|
||||
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-2
|
||||
- fix requires for plugins
|
||||
* Fri Jan 4 2008 <jdennis@redhat.com> - 2.0.1-1
|
||||
- make connection error message persist instead of timeout in browser
|
||||
- updated Brazilian Portuguese translation: Igor Pires Soares <igor@fedoraproject.org>
|
||||
- implement uid,username checks
|
||||
- rpc methods now check for authenticated state
|
||||
- fix html handling of summary string
|
||||
- add 'named' messages to status bar, make sure all messages either timeout or are named
|
||||
- fix ordering of menus, resolves bug #427418
|
||||
- add 'hide quiet' to browser view filtering, resolves bug #427421
|
||||
- tweak siginfo text formatting
|
||||
- add logon to SECommandLine so that sealert -l <local_id> works
|
||||
|
||||
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-1
|
||||
- prepare for v2 test release
|
||||
|
Loading…
Reference in New Issue
Block a user