- Add sesearch

This commit is contained in:
Daniel J Walsh 2009-06-24 16:27:15 +00:00
parent 41c3e07836
commit e4d07cbf15
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> - 2.2.8-1
- Add sesearch
* Mon Jun 22 2009 Dan Walsh <dwalsh@redhat.com> - 2.2.1-1
- Fix handling of last seen
- Add open_with_write check

View File

@ -1 +1 @@
e52f5afa7bcbdc99e82e7859ded7d162 setroubleshoot-2.2.7.tar.gz
a5d3fb2fb45caeda623ba705262c9095 setroubleshoot-2.2.8.tar.gz