- Add sesearch
This commit is contained in:
parent
41c3e07836
commit
e4d07cbf15
@ -21,3 +21,4 @@ setroubleshoot-2.1.14.tar.gz
|
|||||||
setroubleshoot-2.2.1.tar.gz
|
setroubleshoot-2.2.1.tar.gz
|
||||||
setroubleshoot-2.2.2.tar.gz
|
setroubleshoot-2.2.2.tar.gz
|
||||||
setroubleshoot-2.2.7.tar.gz
|
setroubleshoot-2.2.7.tar.gz
|
||||||
|
setroubleshoot-2.2.8.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.2.7
|
Version: 2.2.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -38,7 +38,7 @@ BuildRequires: htmlview
|
|||||||
Requires: htmlview
|
Requires: htmlview
|
||||||
%endif
|
%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 pkgpythondir %{python_sitelib}/%{name}
|
||||||
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
|
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
|
||||||
@ -116,11 +116,13 @@ Requires: pygobject2
|
|||||||
Requires: dbus libnotify
|
Requires: dbus libnotify
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
|
Requires: setools-libs
|
||||||
Requires: rpm-python
|
Requires: rpm-python
|
||||||
Requires: gtk2 libnotify
|
Requires: gtk2 libnotify
|
||||||
Requires: libselinux-python >= 1.30.15-1
|
Requires: libselinux-python >= 1.30.15-1
|
||||||
Requires: policycoreutils-python
|
Requires: policycoreutils-python
|
||||||
BuildRequires: intltool gettext python
|
BuildRequires: intltool gettext python
|
||||||
|
BuildRequires: setools-devel
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service
|
||||||
@ -157,8 +159,10 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/sealert
|
%{_bindir}/sealert
|
||||||
%{_sbindir}/sedispatch
|
%{_sbindir}/sedispatch
|
||||||
%{_sbindir}/setroubleshootd
|
%{_sbindir}/setroubleshootd
|
||||||
|
%{python_sitelib}/sesearch*.egg-info
|
||||||
%dir %attr(0755,root,root) %{pkgconfigdir}
|
%dir %attr(0755,root,root) %{pkgconfigdir}
|
||||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||||
|
%dir %attr(0755,root,root) %{pkgpythondir}/sesearch
|
||||||
%{pkgpythondir}/Plugin.py*
|
%{pkgpythondir}/Plugin.py*
|
||||||
%{pkgpythondir}/__init__.py*
|
%{pkgpythondir}/__init__.py*
|
||||||
%{pkgpythondir}/access_control.py*
|
%{pkgpythondir}/access_control.py*
|
||||||
@ -177,6 +181,8 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}/util.py*
|
%{pkgpythondir}/util.py*
|
||||||
%{pkgpythondir}/uuid.py*
|
%{pkgpythondir}/uuid.py*
|
||||||
%{pkgpythondir}/xml_serialize.py*
|
%{pkgpythondir}/xml_serialize.py*
|
||||||
|
%{pkgpythondir}/sesearch/__init__.py*
|
||||||
|
%{pkgpythondir}/sesearch/_sesearch.so
|
||||||
%{pkgdatadir}
|
%{pkgdatadir}
|
||||||
%config %{pkgconfigdir}/%{name}.cfg
|
%config %{pkgconfigdir}/%{name}.cfg
|
||||||
%dir %{pkglogdir}
|
%dir %{pkglogdir}
|
||||||
@ -202,6 +208,9 @@ Setroubleshoot documentation package
|
|||||||
%doc %{pkgdocdir}
|
%doc %{pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 22 2009 Dan Walsh <dwalsh@redhat.com> - 2.2.1-1
|
||||||
- Fix handling of last seen
|
- Fix handling of last seen
|
||||||
- Add open_with_write check
|
- Add open_with_write check
|
||||||
|
Loading…
Reference in New Issue
Block a user