From 71365b638df80fb4d6e54b9e4e3413b9ccf2b320 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:43:51 -0500 Subject: [PATCH] Remove needless use of %defattr --- uwsgi.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index 596e139..ddcea41 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1425,18 +1425,15 @@ fi %{_usrsrc}/uwsgi %files -n python2-uwsgidecorators -%defattr(-,root,root,-) %{python_sitelib}/* %if %{with python3} %files -n python%{python3_pkgversion}-uwsgidecorators -%defattr(-,root,root,-) %{python3_sitelib}/* %endif %if %{with python3_other} %files -n python%{python3_other_pkgversion}-uwsgidecorators -%defattr(-,root,root,-) %{python3_other_sitelib}/* %endif