From ff7a34a775f37ab4dbd649b5e69ca721aaba411b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 20:46:38 -0600 Subject: [PATCH] Drop %defattr() --- python-markupsafe.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 7d1ada2..8ff608d 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -83,13 +83,11 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst %{python_sitearch}/* %if 0%{?with_python3} %files -n python3-markupsafe -%defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst %{python3_sitearch}/* %endif # with_python3