Remove needless use of %defattr
This commit is contained in:
parent
fcc63ed368
commit
715574b2a5
@ -84,7 +84,6 @@ popd
|
||||
%endif
|
||||
|
||||
%files -n python2-pyparted
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{python_sitearch}/_ped.so
|
||||
%{python_sitearch}/parted
|
||||
@ -92,7 +91,6 @@ popd
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-pyparted
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{python3_sitearch}/_ped.*.so
|
||||
%{python3_sitearch}/parted
|
||||
|
Loading…
Reference in New Issue
Block a user