upgrade to 2.0.1 upstream

This commit is contained in:
John Dennis 2008-01-04 15:13:25 +00:00
parent 6f3757ab75
commit d68203ce1c
3 changed files with 18 additions and 11 deletions

View File

@ -1 +1 @@
setroubleshoot-2.0.0.tar.gz
setroubleshoot-2.0.1.tar.gz

View File

@ -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,12 +186,18 @@ 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
- Completed most work for version 2 of setroubleshoot, prepare for test release

View File

@ -1 +1 @@
2585f042b6e972a67e9eaeaf6c060c57 setroubleshoot-2.0.0.tar.gz
2e97000e607708e4a80d0a67649787ac setroubleshoot-2.0.1.tar.gz