Fix doc path in selinux package

refs #8332
This commit is contained in:
Michael Friedrich 2015-06-01 13:29:55 +02:00
parent ed4142d22f
commit c35651ae72
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ fi
%if "%{_vendor}" == "redhat"
%files selinux
%defattr(-,root,root,0755)
%doc SELinux/*
%doc tools/selinux/*
%{_datadir}/selinux/*/%{modulename}.pp
%endif