packaging: remove obsolete defattr line

This commit is contained in:
Paul Wouters 2018-07-03 15:51:32 -04:00
parent fa30f5ddd0
commit 9122fc14ca
1 changed files with 0 additions and 2 deletions

View File

@ -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