rpms/setroubleshoot-plugins/F-7 setroubleshoot-plugins.spec, NONE, 1.1 sources, 1.1, 1.2

John Dennis (jdennis) fedora-extras-commits at redhat.com
Thu Aug 23 17:32:52 UTC 2007


Author: jdennis

Update of /cvs/pkgs/rpms/setroubleshoot-plugins/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26702

Modified Files:
	sources 
Added Files:
	setroubleshoot-plugins.spec 
Log Message:
initial version from initial upstream verson



--- NEW FILE setroubleshoot-plugins.spec ---
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 at 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



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Aug 2007 23:30:36 -0000	1.1
+++ sources	23 Aug 2007 17:32:19 -0000	1.2
@@ -0,0 +1 @@
+811a719a5207830a47f0a87439fbccd5  setroubleshoot-plugins-1.10.0.tar.gz




More information about the fedora-extras-commits mailing list