[setroubleshoot: 1/2] - Remove default width request so that the app can expand with different langs.

Daniel J Walsh dwalsh at fedoraproject.org
Mon Oct 18 18:40:17 UTC 2010


commit aba31891b2bd1a980cc7305b41ac2855b1869acf
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Oct 18 14:37:45 2010 -0400

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

 .gitignore          |    9 +++++++++
 setroubleshoot.spec |   46 ++++++++++++++++++++++++++++++++++++++++------
 sources             |    2 +-
 3 files changed, 50 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 038362f..2cceba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,12 @@ setroubleshoot-2.2.87.tar.gz
 setroubleshoot-2.2.88.tar.gz
 setroubleshoot-2.2.89.tar.gz
 setroubleshoot-2.2.91.tar.gz
+setroubleshoot-2.2.93.tar.gz
+/setroubleshoot-2.2.95.tar.gz
+/setroubleshoot-2.2.96.tar.gz
+/setroubleshoot-2.2.97.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 1434101..ced1afc 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 2.2.91
-Release: 2%{?dist}
+Version: 2.2.102
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -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,40 @@ 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
+
+* Wed Sep 22 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.99-1
+- Fix plugin.py error
+
+* Tue Sep 14 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.98-1
+- Do not blow up on bad /etc/sysconfig/i18n
+
+* Thu Aug 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.97-1
+- Make sure all python scripts have #! /usr/bin/python -Es
+
+* Thu Aug 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.96-1
+- Check in sealert if selinux is disabled and display message box informing user
+
+* Thu Aug 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.95-1
+- Check in seapplet if selinux is disabled and exit cleanly
+
+* Mon Aug 23 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.94-1
+- Update po
+- Fix handling of translations
+Resolves: #552922
+
+* Thu Aug 15 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.93-1
+- Fix check on policyupdate
+- Update translations
+
 * Fri Jul 30 2010 David Malcolm <dmalcolm at redhat.com> - 2.2.91-2
 - rebuild again for python 2.7
 
diff --git a/sources b/sources
index cc99552..ec19236 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7944accd3bc000cc5532060d84661386  setroubleshoot-2.2.91.tar.gz
+91950b04d8330132b3c205e659e14bd2  setroubleshoot-2.2.102.tar.gz


More information about the scm-commits mailing list