Drop useless %%defattr
This commit is contained in:
parent
73dfd80b51
commit
4f09ea40f7
@ -161,13 +161,11 @@ popd
|
|||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files -n python2-libnl3
|
%files -n python2-libnl3
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python2_sitearch}/netlink
|
%{python2_sitearch}/netlink
|
||||||
%{python2_sitearch}/netlink-*.egg-info
|
%{python2_sitearch}/netlink-*.egg-info
|
||||||
%endif # with python2
|
%endif # with python2
|
||||||
|
|
||||||
%files -n python3-libnl3
|
%files -n python3-libnl3
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python3_sitearch}/netlink
|
%{python3_sitearch}/netlink
|
||||||
%{python3_sitearch}/netlink-*.egg-info
|
%{python3_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user