Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 02:10:08 -05:00
parent a77fed9c83
commit 3cd03b7aac
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ popd
%endif # with_python3
%files -n python2-%{name}
%defattr(0644,root,root,0755)
%{python2_sitearch}/xattr.so
%{python2_sitearch}/*egg-info
%{!?_licensedir:%global license %%doc}
@ -90,7 +89,6 @@ popd
%if %{?with_python3}
%files -n python3-%{name}
%defattr(0644,root,root,0755)
%{python3_sitearch}/xattr.cpython-??m*
%{python3_sitearch}/*egg-info
%{!?_licensedir:%global license %%doc}