From 3cd03b7aacea0574aa6a18fa8431d182f5038a02 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 02:10:08 -0500 Subject: [PATCH] Remove needless use of %defattr --- pyxattr.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyxattr.spec b/pyxattr.spec index 73ccb56..3e8ad42 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -81,7 +81,6 @@ popd %endif # with_python3 %files -n python2-%{name} -%defattr(0644,root,root,0755) %{python2_sitearch}/xattr.so %{python2_sitearch}/*egg-info %{!?_licensedir:%global license %%doc} @@ -90,7 +89,6 @@ popd %if %{?with_python3} %files -n python3-%{name} -%defattr(0644,root,root,0755) %{python3_sitearch}/xattr.cpython-??m* %{python3_sitearch}/*egg-info %{!?_licensedir:%global license %%doc}