Remove sesearch from package and start using sepolicy from policycoreutils-python
- Fix retrieval of writable types to translate attributes into the group of types available, and not return non file types.
This commit is contained in:
parent
cdc4090d18
commit
d463db3293
@ -88,6 +88,7 @@ make
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
mkdir -p %{buildroot}%{pkgvardatadir}
|
||||
touch %{buildroot}%{pkgdatabase}
|
||||
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
||||
rm -rf %{buildroot}/usr/share/doc/
|
||||
@ -141,11 +142,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/sealert
|
||||
%{_sbindir}/sedispatch
|
||||
%{_sbindir}/setroubleshootd
|
||||
%{python_sitelib}/sesearch*.egg-info
|
||||
%{python_sitelib}/setroubleshoot*.egg-info
|
||||
%dir %attr(0755,root,root) %{pkgconfigdir}
|
||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||
%dir %attr(0755,root,root) %{pkgpythondir}/sesearch
|
||||
%{pkgpythondir}/Plugin.py*
|
||||
%{pkgpythondir}/__init__.py*
|
||||
%{pkgpythondir}/access_control.py*
|
||||
@ -164,8 +163,6 @@ rm -rf %{buildroot}
|
||||
%{pkgpythondir}/util.py*
|
||||
%{pkgpythondir}/uuid.py*
|
||||
%{pkgpythondir}/xml_serialize.py*
|
||||
%{pkgpythondir}/sesearch/__init__.py*
|
||||
%attr(0755,root,root) %{pkgpythondir}/sesearch/_sesearch.so
|
||||
%attr(0755,root,root) %{pkgpythondir}/default_encoding_utf8.so
|
||||
%dir %{pkgdatadir}
|
||||
%{pkgdatadir}/SetroubleshootFixit.py*
|
||||
|
Loading…
Reference in New Issue
Block a user