Remove needless use of %defattr
This commit is contained in:
parent
a77fed9c83
commit
3cd03b7aac
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user