From 40d6240272f02361704e89a807f683e81ef84a0b Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 18 2018 21:42:46 +0000 Subject: Remove %defattr(-, root, root) It is not needed since gods know when. Is's the default. --- diff --git a/python3.spec b/python3.spec index cfe6468..7e2cd03 100644 --- a/python3.spec +++ b/python3.spec @@ -1080,7 +1080,6 @@ CheckPython optimized %files -%defattr(-, root, root) %license LICENSE %doc README.rst @@ -1102,7 +1101,6 @@ CheckPython optimized %if %{without flatpackage} %files libs -%defattr(-,root,root,-) %license LICENSE %doc README.rst %endif @@ -1336,7 +1334,6 @@ CheckPython optimized %if %{without flatpackage} %files devel -%defattr(-,root,root) %{_bindir}/2to3 %endif @@ -1365,7 +1362,6 @@ CheckPython optimized %if %{without flatpackage} %files idle -%defattr(-,root,root,755) %{_bindir}/idle* %else @@ -1382,7 +1378,6 @@ CheckPython optimized %if %{without flatpackage} %files tkinter -%defattr(-,root,root,755) %endif %{pylibdir}/tkinter @@ -1401,7 +1396,6 @@ CheckPython optimized %if %{without flatpackage} %files test -%defattr(-, root, root) %endif %{pylibdir}/ctypes/test @@ -1427,7 +1421,6 @@ CheckPython optimized %if %{with debug_build} %if %{without flatpackage} %files debug -%defattr(-,root,root,-) %{_bindir}/python3-debug %endif