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
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
||||||
@ -141,9 +141,10 @@ if [ $1 = 0 ]; then
|
|||||||
/sbin/chkconfig --del %{name}
|
/sbin/chkconfig --del %{name}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%triggerpostun -- setroubleshoot < 2.0.0
|
%triggerpostun -- setroubleshoot < 2.0.1
|
||||||
/sbin/service %{name} cleardb
|
/sbin/service %{name} cleardb
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -185,11 +186,17 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-3
|
* Fri Jan 4 2008 <jdennis@redhat.com> - 2.0.1-1
|
||||||
- clear the previous database, it's not compatible with v2.0
|
- make connection error message persist instead of timeout in browser
|
||||||
|
- updated Brazilian Portuguese translation: Igor Pires Soares <igor@fedoraproject.org>
|
||||||
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-2
|
- implement uid,username checks
|
||||||
- fix requires for plugins
|
- 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
|
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-1
|
||||||
- prepare for v2 test release
|
- prepare for v2 test release
|
||||||
|
Loading…
Reference in New Issue
Block a user