packaging: remove obsolete defattr line

This commit is contained in:
Paul Wouters 2018-07-03 15:51:32 -04:00
parent fa30f5ddd0
commit 9122fc14ca

View File

@ -153,7 +153,6 @@ find examples -type f | xargs chmod a-x
%else %else
%files %files
%endif %endif
%defattr(-,root,root,-)
# Add README.* when it is included with the source (commit a906279) # Add README.* when it is included with the source (commit a906279)
%doc {ChangeLog,LICENSE,examples} %doc {ChangeLog,LICENSE,examples}
%{python2_sitelib}/*egg-info %{python2_sitelib}/*egg-info
@ -162,7 +161,6 @@ find examples -type f | xargs chmod a-x
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python%{python3_pkgversion}-dns %files -n python%{python3_pkgversion}-dns
%defattr(-,root,root,-)
# Add README.* when it is included with the source (commit a906279) # Add README.* when it is included with the source (commit a906279)
%doc {ChangeLog,LICENSE,examples} %doc {ChangeLog,LICENSE,examples}
%{python3_sitelib}/*egg-info %{python3_sitelib}/*egg-info