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