Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:43:51 -05:00
parent c23e76ace5
commit 71365b638d

View File

@ -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