From bb0f8d840c0abb5dca913ed8b47319f9d5c2316b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 27 Mar 2009 01:04:28 +0000 Subject: [PATCH] - Split out documentation --- setroubleshoot.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f78854f..a302d73 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 2.1.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -147,7 +147,6 @@ rm -rf %{buildroot} %files server -f %{name}.lang %defattr(-,root,root,-) -%doc %{pkgdocdir} %{_bindir}/sealert %{_sbindir}/sedispatch %{_sbindir}/setroubleshootd @@ -184,7 +183,21 @@ rm -rf %{buildroot} /etc/audisp/plugins.d/sedispatch.conf %{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service +%package doc +Summary: Setroubleshoot documentation +Group: System Environment/Base +Requires(pre): setroubleshoot = %{version}-%{release} + +%description doc +Setroubleshoot documentation package + +%files doc +%doc %{pkgdocdir} + %changelog +* Thu Mar 26 2009 Dan Walsh - 2.1.6-2 +- Split out documentation + * Fri Feb 27 2009 Dan Walsh - 2.1.6-1 - Stop logging on normal shutdown of sedispatch