diff --git a/.gitignore b/.gitignore index 292aae3..cfc4570 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.0.24.tar.gz /setroubleshoot-3.0.25.tar.gz /setroubleshoot-3.0.26.tar.gz +/setroubleshoot-3.0.27.tar.gz +/setroubleshoot-3.0.31.tar.gz +/setroubleshoot-3.0.32.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f6ac05e..8abc0d5 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.0.26 +Version: 3.0.32 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -17,8 +17,6 @@ BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel aud Requires: %{name}-server = %{version}-%{release} Requires: %{name}-plugins >= 2.0.4 Requires: pygtk2 >= 2.9.2 -Requires: gnome-python2-gnome, gnome-python2-canvas -Requires: gnome-python2-gtkhtml2 Requires: gtk2 Requires: dbus Requires: dbus-python @@ -206,6 +204,25 @@ Setroubleshoot documentation package %{pkgdocdir}/setroubleshoot* %changelog +* Mon Apr 11 2011 - 3.0.31-1 +- Allow browser to close even if windows are still open +- Cleanup imports in gui_utils.py + +* Tue Mar 1 2011 - 3.0.30-1 +- Change seapplet to only check for AVCs on login, if checkonlogin flag is turned on in ~/.setroubleshoot file +- Fix list_all_alerts bug causing crash on bad type + +* Mon Feb 21 2011 - 3.0.29-1 +- Fix handling of "/" in alert list +- Update translations + +* Fri Feb 18 2011 - 3.0.28-1 +- Tighten up screen to fit on little screens + +* Wed Feb 16 2011 - 3.0.27-1 +- Remove dependance on gnome python modules +- Update translations + * Wed Feb 9 2011 - 3.0.26-1 - Cleanup handling of current_alert - Change Details button to say Plugin\nDetails diff --git a/sources b/sources index 2159d09..a770413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c948c6d70b51cb6fcb1e0900370da28 setroubleshoot-3.0.26.tar.gz +863162d441847e6cc2208960f502ce90 setroubleshoot-3.0.32.tar.gz