Remove needless use of %defattr

epel8
Jason Tibbitts 7 years ago
parent a6f6dd39da
commit c5f5f30d58

@ -89,7 +89,6 @@ rm -f %{buildroot}%{python3_sitelib}/zope/__init__.py*
%endif
%files -n python2-zope-testing
%defattr(-,root,root,-)
%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst src/zope/testing/*.txt
%{python2_sitelib}/zope/testing/
%exclude %{python2_sitelib}/zope/testing/*.txt
@ -98,7 +97,6 @@ rm -f %{buildroot}%{python3_sitelib}/zope/__init__.py*
%if 0%{?with_python3}
%files -n python3-zope-testing
%defattr(-,root,root,-)
%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst src/zope/testing/*.txt
%{python3_sitelib}/zope/testing/
%exclude %{python3_sitelib}/zope/testing/*.txt

Loading…
Cancel
Save