- Split out documentation
This commit is contained in:
parent
097b7c2dd7
commit
bb0f8d840c
@ -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 <dwalsh@redhat.com> - 2.1.6-2
|
||||
- Split out documentation
|
||||
|
||||
* Fri Feb 27 2009 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
|
||||
- Stop logging on normal shutdown of sedispatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user