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