From e4d07cbf15a88fae5fbdad934f086ae85f43506b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 24 Jun 2009 16:27:15 +0000 Subject: [PATCH] - Add sesearch --- .cvsignore | 1 + setroubleshoot.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5c3a927..6ddf8cb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -21,3 +21,4 @@ setroubleshoot-2.1.14.tar.gz setroubleshoot-2.2.1.tar.gz setroubleshoot-2.2.2.tar.gz setroubleshoot-2.2.7.tar.gz +setroubleshoot-2.2.8.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ae516e8..f2164d9 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 2.2.7 +Version: 2.2.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -38,7 +38,7 @@ BuildRequires: htmlview Requires: htmlview %endif -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define pkgpythondir %{python_sitelib}/%{name} %define pkgdocdir %{_datadir}/doc/%{name}-%{version} @@ -116,11 +116,13 @@ Requires: pygobject2 Requires: dbus libnotify Requires: dbus-python Requires: libxml2-python +Requires: setools-libs Requires: rpm-python Requires: gtk2 libnotify Requires: libselinux-python >= 1.30.15-1 Requires: policycoreutils-python BuildRequires: intltool gettext python +BuildRequires: setools-devel Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -157,8 +159,10 @@ rm -rf %{buildroot} %{_bindir}/sealert %{_sbindir}/sedispatch %{_sbindir}/setroubleshootd +%{python_sitelib}/sesearch*.egg-info %dir %attr(0755,root,root) %{pkgconfigdir} %dir %attr(0755,root,root) %{pkgpythondir} +%dir %attr(0755,root,root) %{pkgpythondir}/sesearch %{pkgpythondir}/Plugin.py* %{pkgpythondir}/__init__.py* %{pkgpythondir}/access_control.py* @@ -177,6 +181,8 @@ rm -rf %{buildroot} %{pkgpythondir}/util.py* %{pkgpythondir}/uuid.py* %{pkgpythondir}/xml_serialize.py* +%{pkgpythondir}/sesearch/__init__.py* +%{pkgpythondir}/sesearch/_sesearch.so %{pkgdatadir} %config %{pkgconfigdir}/%{name}.cfg %dir %{pkglogdir} @@ -202,6 +208,9 @@ Setroubleshoot documentation package %doc %{pkgdocdir} %changelog +* Wed Jun 24 2009 Dan Walsh - 2.2.8-1 +- Add sesearch + * Mon Jun 22 2009 Dan Walsh - 2.2.1-1 - Fix handling of last seen - Add open_with_write check diff --git a/sources b/sources index c2f3fed..6b6b848 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e52f5afa7bcbdc99e82e7859ded7d162 setroubleshoot-2.2.7.tar.gz +a5d3fb2fb45caeda623ba705262c9095 setroubleshoot-2.2.8.tar.gz