Remove %defattr(-, root, root)
It is not needed since gods know when. Is's the default.
This commit is contained in:
parent
d780a93d16
commit
40d6240272
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user