Remove needless use of %defattr
This commit is contained in:
parent
a4ed09a180
commit
47ae62074c
@ -58,7 +58,6 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%files -n python2-schedutils
|
||||
%defattr(-,root,root)
|
||||
%{python2_sitearch}/schedutils.so
|
||||
%license COPYING
|
||||
%if 0%{?without_python3}
|
||||
@ -71,7 +70,6 @@ rm -rf %{buildroot}
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-schedutils
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_bindir}/pchrt
|
||||
%{_bindir}/ptaskset
|
||||
|
Loading…
Reference in New Issue
Block a user