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}
|
rm -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||||
|
mkdir -p %{buildroot}%{pkgvardatadir}
|
||||||
touch %{buildroot}%{pkgdatabase}
|
touch %{buildroot}%{pkgdatabase}
|
||||||
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
||||||
rm -rf %{buildroot}/usr/share/doc/
|
rm -rf %{buildroot}/usr/share/doc/
|
||||||
@ -141,11 +142,9 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/sealert
|
%{_bindir}/sealert
|
||||||
%{_sbindir}/sedispatch
|
%{_sbindir}/sedispatch
|
||||||
%{_sbindir}/setroubleshootd
|
%{_sbindir}/setroubleshootd
|
||||||
%{python_sitelib}/sesearch*.egg-info
|
|
||||||
%{python_sitelib}/setroubleshoot*.egg-info
|
%{python_sitelib}/setroubleshoot*.egg-info
|
||||||
%dir %attr(0755,root,root) %{pkgconfigdir}
|
%dir %attr(0755,root,root) %{pkgconfigdir}
|
||||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||||
%dir %attr(0755,root,root) %{pkgpythondir}/sesearch
|
|
||||||
%{pkgpythondir}/Plugin.py*
|
%{pkgpythondir}/Plugin.py*
|
||||||
%{pkgpythondir}/__init__.py*
|
%{pkgpythondir}/__init__.py*
|
||||||
%{pkgpythondir}/access_control.py*
|
%{pkgpythondir}/access_control.py*
|
||||||
@ -164,8 +163,6 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}/util.py*
|
%{pkgpythondir}/util.py*
|
||||||
%{pkgpythondir}/uuid.py*
|
%{pkgpythondir}/uuid.py*
|
||||||
%{pkgpythondir}/xml_serialize.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
|
%attr(0755,root,root) %{pkgpythondir}/default_encoding_utf8.so
|
||||||
%dir %{pkgdatadir}
|
%dir %{pkgdatadir}
|
||||||
%{pkgdatadir}/SetroubleshootFixit.py*
|
%{pkgdatadir}/SetroubleshootFixit.py*
|
||||||
|
Loading…
Reference in New Issue
Block a user