[setroubleshoot/f14/master] Tighten up screen to fit on little screens

Daniel J Walsh dwalsh at fedoraproject.org
Fri Feb 18 20:20:29 UTC 2011


commit eccb714987d89b9e155788b13592cb5110aa39e6
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Feb 18 15:20:28 2011 -0500

    Tighten up screen to fit on little screens

 .gitignore          |    1 +
 setroubleshoot.spec |   16 +++++++++++-----
 sources             |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 292aae3..d858f7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,4 @@ 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
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index c56ff0e..c49ffa4 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.28
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -9,7 +9,6 @@ URL: https://fedorahosted.org/setroubleshoot
 # git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz
 Source0: %{name}-%{version}.tar.gz
 Source2: setroubleshoot.logrotate
-Patch: setroubleshoot-seapplet.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl-XML-Parser
 BuildRequires: libcap-ng-devel
@@ -18,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
@@ -88,7 +85,6 @@ touch --no-create %{_datadir}/icons/hicolor
 
 %prep
 %setup -q
-%patch -p1 -b .seapplet
 
 %build
 %configure
@@ -208,10 +204,20 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Fri Feb 18 2011  <dwalsh at redhat.com> - 3.0.28-1
+- Tighten up screen to fit on little screens
+
+* Fri Feb 18 2011  <dwalsh at redhat.com> - 3.0.27-1
+- Remove dependance on gnome python modules
+- Update translations
+
 * Wed Feb 9 2011  <dwalsh at redhat.com> - 3.0.26-1
 - Cleanup handling of  current_alert
 - Change Details button to say Plugin\nDetails
 
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.25-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Wed Jan 26 2011  <dwalsh at redhat.com> - 3.0.25-1
 -  Turn off sensitivity of details button when no AVC's exist
 
diff --git a/sources b/sources
index 2159d09..6befbc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c948c6d70b51cb6fcb1e0900370da28  setroubleshoot-3.0.26.tar.gz
+284cf0e4b21a0aa25108aeb3253ad3d4  setroubleshoot-3.0.28.tar.gz


More information about the scm-commits mailing list