Allow browser to close even if windows are still open
Cleanup imports in gui_utils.py
This commit is contained in:
parent
8615f8e612
commit
5abe99fa11
3
.gitignore
vendored
3
.gitignore
vendored
@ -130,3 +130,6 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.0.24.tar.gz
|
/setroubleshoot-3.0.24.tar.gz
|
||||||
/setroubleshoot-3.0.25.tar.gz
|
/setroubleshoot-3.0.25.tar.gz
|
||||||
/setroubleshoot-3.0.26.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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.0.26
|
Version: 3.0.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
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}-server = %{version}-%{release}
|
||||||
Requires: %{name}-plugins >= 2.0.4
|
Requires: %{name}-plugins >= 2.0.4
|
||||||
Requires: pygtk2 >= 2.9.2
|
Requires: pygtk2 >= 2.9.2
|
||||||
Requires: gnome-python2-gnome, gnome-python2-canvas
|
|
||||||
Requires: gnome-python2-gtkhtml2
|
|
||||||
Requires: gtk2
|
Requires: gtk2
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
@ -206,6 +204,25 @@ Setroubleshoot documentation package
|
|||||||
%{pkgdocdir}/setroubleshoot*
|
%{pkgdocdir}/setroubleshoot*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2011 <dwalsh@redhat.com> - 3.0.31-1
|
||||||
|
- Allow browser to close even if windows are still open
|
||||||
|
- Cleanup imports in gui_utils.py
|
||||||
|
|
||||||
|
* Tue Mar 1 2011 <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 3.0.29-1
|
||||||
|
- Fix handling of "/" in alert list
|
||||||
|
- Update translations
|
||||||
|
|
||||||
|
* Fri Feb 18 2011 <dwalsh@redhat.com> - 3.0.28-1
|
||||||
|
- Tighten up screen to fit on little screens
|
||||||
|
|
||||||
|
* Wed Feb 16 2011 <dwalsh@redhat.com> - 3.0.27-1
|
||||||
|
- Remove dependance on gnome python modules
|
||||||
|
- Update translations
|
||||||
|
|
||||||
* Wed Feb 9 2011 <dwalsh@redhat.com> - 3.0.26-1
|
* Wed Feb 9 2011 <dwalsh@redhat.com> - 3.0.26-1
|
||||||
- Cleanup handling of current_alert
|
- Cleanup handling of current_alert
|
||||||
- Change Details button to say Plugin\nDetails
|
- Change Details button to say Plugin\nDetails
|
||||||
|
Loading…
Reference in New Issue
Block a user