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 21:42:46 +00:00
parent f94b6ace18
commit f1646d157f
1 changed files with 0 additions and 7 deletions

View File

@ -1098,7 +1098,6 @@ CheckPython optimized
%files %files
%defattr(-, root, root)
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
@ -1120,7 +1119,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
@ -1350,7 +1348,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files devel %files devel
%defattr(-,root,root)
%{_bindir}/2to3 %{_bindir}/2to3
# TODO: Remove 2to3-3.7 once rebased to 3.7 # TODO: Remove 2to3-3.7 once rebased to 3.7
%{_bindir}/2to3-%{pybasever} %{_bindir}/2to3-%{pybasever}
@ -1380,7 +1377,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files idle %files idle
%defattr(-,root,root,755)
%{_bindir}/idle* %{_bindir}/idle*
%else %else
@ -1397,7 +1393,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files tkinter %files tkinter
%defattr(-,root,root,755)
%endif %endif
%{pylibdir}/tkinter %{pylibdir}/tkinter
@ -1415,7 +1410,6 @@ CheckPython optimized
%if %{without flatpackage} %if %{without flatpackage}
%files test %files test
%defattr(-, root, root)
%endif %endif
%{pylibdir}/ctypes/test %{pylibdir}/ctypes/test
%{pylibdir}/distutils/tests %{pylibdir}/distutils/tests
@ -1439,7 +1433,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