Remove needless use of %defattr
This commit is contained in:
parent
c23e76ace5
commit
71365b638d
@ -1425,18 +1425,15 @@ fi
|
|||||||
%{_usrsrc}/uwsgi
|
%{_usrsrc}/uwsgi
|
||||||
|
|
||||||
%files -n python2-uwsgidecorators
|
%files -n python2-uwsgidecorators
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%files -n python%{python3_pkgversion}-uwsgidecorators
|
%files -n python%{python3_pkgversion}-uwsgidecorators
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with python3_other}
|
%if %{with python3_other}
|
||||||
%files -n python%{python3_other_pkgversion}-uwsgidecorators
|
%files -n python%{python3_other_pkgversion}-uwsgidecorators
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python3_other_sitelib}/*
|
%{python3_other_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user