From 9122fc14ca704fbfe9401d37537297cc134c8f7c Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 3 Jul 2018 15:51:32 -0400 Subject: [PATCH] packaging: remove obsolete defattr line --- python-dns.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-dns.spec b/python-dns.spec index b21d57b..dbc6316 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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