packaging: remove obsolete defattr line
This commit is contained in:
parent
fa30f5ddd0
commit
9122fc14ca
@ -153,7 +153,6 @@ find examples -type f | xargs chmod a-x
|
||||
%else
|
||||
%files
|
||||
%endif
|
||||
%defattr(-,root,root,-)
|
||||
# Add README.* when it is included with the source (commit a906279)
|
||||
%doc {ChangeLog,LICENSE,examples}
|
||||
%{python2_sitelib}/*egg-info
|
||||
@ -162,7 +161,6 @@ find examples -type f | xargs chmod a-x
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python%{python3_pkgversion}-dns
|
||||
%defattr(-,root,root,-)
|
||||
# Add README.* when it is included with the source (commit a906279)
|
||||
%doc {ChangeLog,LICENSE,examples}
|
||||
%{python3_sitelib}/*egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user