diff --git a/.cvsignore b/.cvsignore index f638a32..15a8b55 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-2.0.0.tar.gz +setroubleshoot-2.0.1.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 3b56b58..7ad61b8 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 2.0.0-3 - - clear the previous database, it's not compatible with v2.0 - -* Fri Dec 28 2007 - 2.0.0-2 - - fix requires for plugins - +* Fri Jan 4 2008 - 2.0.1-1 + - make connection error message persist instead of timeout in browser + - updated Brazilian Portuguese translation: Igor Pires Soares + - 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 works + * Fri Dec 28 2007 - 2.0.0-1 - prepare for v2 test release - Completed most work for version 2 of setroubleshoot, prepare for test release diff --git a/sources b/sources index 9e075f5..f1d42d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2585f042b6e972a67e9eaeaf6c060c57 setroubleshoot-2.0.0.tar.gz +2e97000e607708e4a80d0a67649787ac setroubleshoot-2.0.1.tar.gz