[setroubleshoot/f13/master] - Remove default width request so that the app can expand with different langs.

Daniel J Walsh dwalsh at fedoraproject.org
Wed Oct 6 12:36:21 UTC 2010


commit dc2d404ae5e789333abb4a670517e0e452642920
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Oct 6 08:36:24 2010 -0400

    - Remove default width request so that the app can expand with different langs.

 .gitignore          |    2 ++
 setroubleshoot.spec |   17 ++++++++++++-----
 sources             |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 237c995..2cceba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,3 +103,5 @@ setroubleshoot-2.2.93.tar.gz
 /setroubleshoot-2.2.98.tar.gz
 /setroubleshoot-2.2.99.tar.gz
 /setroubleshoot-2.2.100.tar.gz
+/setroubleshoot-2.2.101.tar.gz
+/setroubleshoot-2.2.102.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 7cf2f4b..ced1afc 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 2.2.100
+Version: 2.2.102
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -17,6 +17,10 @@ Requires: %{name}-plugins >= 2.0.4
 Requires: pygtk2 >= 2.9.2
 Requires: gnome-python2-gnome, gnome-python2-canvas
 Requires: gnome-python2-gtkhtml2
+Requires: gtk2 libnotify
+Requires: dbus libnotify
+Requires: dbus-python
+Requires: pygobject2
 Requires: report-gtk
 Requires: polkit
 Requires: yum
@@ -105,13 +109,9 @@ Group: Applications/System
 Requires: %{name}-plugins >= 2.0.4
 Requires: audit >= 1.2.6-3
 Requires: audit-libs-python >= 1.2.6-3
-Requires: pygobject2
-Requires: dbus libnotify
-Requires: dbus-python
 Requires: libxml2-python
 Requires: setools-libs-python
 Requires: rpm-python
-Requires: gtk2 libnotify
 Requires: libselinux-python  >= 1.30.15-1
 Requires: policycoreutils-python 
 BuildRequires: intltool gettext python
@@ -210,6 +210,13 @@ Setroubleshoot documentation package
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Oct 4 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.102-1
+- Remove default width request so that the app can expand with different langs.
+
+* Mon Oct 4 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.101-1
+- Fix date presentation for 24 hour clock to display correctly in sv_SE locale.
+- Add translations for seapplet patch from  Ville-Pekka Vainio
+
 * Wed Sep 29 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.100-1
 - Stop crash on checking open_with_write
 
diff --git a/sources b/sources
index eb3c3b3..ec19236 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b0b83220271ca605d0cf97971869aa7  setroubleshoot-2.2.100.tar.gz
+91950b04d8330132b3c205e659e14bd2  setroubleshoot-2.2.102.tar.gz


More information about the scm-commits mailing list