remove defattr
It is default since... forever. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6cd863ee67
commit
e1a61a52a3
@ -208,7 +208,6 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libselinux.so.*
|
%{_libdir}/libselinux.so.*
|
||||||
%dir %{_rundir}/setrans/
|
%dir %{_rundir}/setrans/
|
||||||
@ -216,7 +215,6 @@ rm -rf %{buildroot}
|
|||||||
%{_tmpfilesdir}/libselinux.conf
|
%{_tmpfilesdir}/libselinux.conf
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_sbindir}/avcstat
|
%{_sbindir}/avcstat
|
||||||
%{_sbindir}/getenforce
|
%{_sbindir}/getenforce
|
||||||
%{_sbindir}/getsebool
|
%{_sbindir}/getsebool
|
||||||
@ -235,7 +233,6 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libselinux.so
|
%{_libdir}/libselinux.so
|
||||||
%{_libdir}/pkgconfig/libselinux.pc
|
%{_libdir}/pkgconfig/libselinux.pc
|
||||||
%dir %{_libdir}/golang/src/pkg/github.com/selinux
|
%dir %{_libdir}/golang/src/pkg/github.com/selinux
|
||||||
@ -245,18 +242,15 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libselinux.a
|
%{_libdir}/libselinux.a
|
||||||
|
|
||||||
%files -n python2-libselinux
|
%files -n python2-libselinux
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{python_sitearch}/selinux
|
%dir %{python_sitearch}/selinux
|
||||||
%{python_sitearch}/_selinux.so
|
%{python_sitearch}/_selinux.so
|
||||||
%{python_sitearch}/selinux/*
|
%{python_sitearch}/selinux/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-libselinux
|
%files -n python3-libselinux
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{python3_sitearch}/selinux
|
%dir %{python3_sitearch}/selinux
|
||||||
%dir %{python3_sitearch}/selinux/__pycache__
|
%dir %{python3_sitearch}/selinux/__pycache__
|
||||||
%{python3_sitearch}/selinux/*.py*
|
%{python3_sitearch}/selinux/*.py*
|
||||||
@ -266,7 +260,6 @@ rm -rf %{buildroot}
|
|||||||
%endif with_python3
|
%endif with_python3
|
||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{ruby_vendorarchdir}/selinux.so
|
%{ruby_vendorarchdir}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user