Remove %defattr(-, root, root)

It is not needed since gods know when. Is's the default.
This commit is contained in:
Miro Hrončok 2018-06-18 23:42:46 +02:00
parent d780a93d16
commit 40d6240272
1 changed files with 0 additions and 7 deletions

View File

@ -1080,7 +1080,6 @@ CheckPython optimized
%files %files
%defattr(-, root, root)
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
@ -1102,7 +1101,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files libs %files libs
%defattr(-,root,root,-)
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%endif %endif
@ -1336,7 +1334,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files devel %files devel
%defattr(-,root,root)
%{_bindir}/2to3 %{_bindir}/2to3
%endif %endif
@ -1365,7 +1362,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files idle %files idle
%defattr(-,root,root,755)
%{_bindir}/idle* %{_bindir}/idle*
%else %else
@ -1382,7 +1378,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files tkinter %files tkinter
%defattr(-,root,root,755)
%endif %endif
%{pylibdir}/tkinter %{pylibdir}/tkinter
@ -1401,7 +1396,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files test %files test
%defattr(-, root, root)
%endif %endif
%{pylibdir}/ctypes/test %{pylibdir}/ctypes/test
@ -1427,7 +1421,6 @@ CheckPython optimized
%if %{with debug_build} %if %{with debug_build}
%if %{without flatpackage} %if %{without flatpackage}
%files debug %files debug
%defattr(-,root,root,-)
%{_bindir}/python3-debug %{_bindir}/python3-debug
%endif %endif