From c5f5f30d580a111c5119bfd1702ec59fd2c5b48d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 02:09:32 -0500 Subject: [PATCH] Remove needless use of %defattr --- python-zope-testing.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-zope-testing.spec b/python-zope-testing.spec index 01543b1..1231edd 100644 --- a/python-zope-testing.spec +++ b/python-zope-testing.spec @@ -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