[setroubleshoot] Fix requires to include pygtk2-libglade

Daniel J Walsh dwalsh at fedoraproject.org
Fri Aug 26 18:32:22 UTC 2011


commit 05b395ed50b7003c6f9b6afd1ed8afb39fd43054
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Aug 26 14:32:05 2011 -0400

    Fix requires to include pygtk2-libglade

 setroubleshoot.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 97287fe..e93e559 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 3.0.38
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -16,7 +16,7 @@ BuildRequires: intltool gettext python
 BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel
 Requires: %{name}-server = %{version}-%{release} 
 Requires: %{name}-plugins >= 2.0.4
-Requires: pygtk2 >= 2.9.2
+Requires: pygtk2-libglade >= 2.9.2
 Requires: gtk2
 Requires: dbus
 Requires: dbus-python
@@ -45,7 +45,7 @@ Requires: xdg-utils
 %define pkgrundir     %{_localstatedir}/run/%{name}
 %define pkgconfigdir  %{_sysconfdir}/%{name}
 %define pkglogdir     %{_localstatedir}/log/%{name}
-%global pkgdatabase   %{pkgvardatadir}/audit_listener_database.xml
+%global pkgdatabase   %{pkgvardatadir}/setroubleshoot_database.xml
 
 %description
 setroubleshoot GUI. Application that allows you to view setroubleshoot-server 
@@ -203,6 +203,12 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Fri Aug 26 2011  <dwalsh at redhat.com> - 3.0.38-3
+- Fix requires to include pygtk2-libglade
+
+* Mon Aug 8 2011  <dwalsh at redhat.com> - 3.0.38-2
+- Fix path to setroubleshoot xml in spec file
+
 * Wed Jul 13 2011  <dwalsh at redhat.com> - 3.0.38-1
 - Remove dependancy on X from sedispatch
 


More information about the scm-commits mailing list