Remove needless use of %defattr
This commit is contained in:
parent
f2b15c2c47
commit
fc3334f035
@ -91,12 +91,10 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%files -n python2-httplib2
|
%files -n python2-httplib2
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-httplib2
|
%files -n python3-httplib2
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user