initial version from initial upstream version

This commit is contained in:
John Dennis 2007-08-23 17:26:59 +00:00
parent 83f91a82c3
commit 751dd98022
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1 @@
setroubleshoot-plugins-1.10.0.tar.gz

View File

@ -0,0 +1,56 @@
Summary: Analysis plugins for use with setroubleshoot
Name: setroubleshoot-plugins
Version: 1.10.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python
Requires: dbus
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
%description
This package provides a set of analysis plugins for use with
setroubleshoot. Each plugin has the capacity to analyze SELinux AVC
data and system data to provide user friendly reports describing how
to interpret SELinux AVC denials.
%prep
%setup -q
%build
%configure
make
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{name}
%post
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
%postun
if [ $1 -eq 0 ]; then
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
fi
%clean
rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc %{pkgdocdir}
%{_datadir}/setroubleshoot/plugins
%changelog
* Fri Jul 20 2007 John Dennis <jdennis@redhat.com> - 1.10.0-1
- move all plugins and their translations from setroubleshoot-server
package to this new independent package to allow easier updating
of just the plugins

View File

@ -0,0 +1 @@
811a719a5207830a47f0a87439fbccd5 setroubleshoot-plugins-1.10.0.tar.gz