Fix requires to include pygtk2-libglade
This commit is contained in:
parent
31ade72e44
commit
05b395ed50
@ -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@redhat.com> - 3.0.38-3
|
||||
- Fix requires to include pygtk2-libglade
|
||||
|
||||
* Mon Aug 8 2011 <dwalsh@redhat.com> - 3.0.38-2
|
||||
- Fix path to setroubleshoot xml in spec file
|
||||
|
||||
* Wed Jul 13 2011 <dwalsh@redhat.com> - 3.0.38-1
|
||||
- Remove dependancy on X from sedispatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user