Remove needless use of %defattr
This commit is contained in:
parent
ca835cb226
commit
f67b39049b
1 changed files with 0 additions and 2 deletions
|
|
@ -116,7 +116,6 @@ rm -rf build
|
|||
|
||||
|
||||
%files -n python2-mysql-connector
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog COPYING README* docs/README_DOCS.txt
|
||||
%doc python2/examples
|
||||
%{python2_sitelib}/*
|
||||
|
|
@ -124,7 +123,6 @@ rm -rf build
|
|||
|
||||
%if 0%{?with_python3}
|
||||
%files -n mysql-connector-python3
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog COPYING README* docs/README_DOCS.txt
|
||||
%doc python3/examples
|
||||
%{python3_sitelib}/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue