From 9d4cdb8db86c92e9cb0ee6579c6536a1876a2b48 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:29:11 -0500 Subject: [PATCH] Remove needless use of %defattr --- strace.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/strace.spec b/strace.spec index ef012b2..29f6866 100644 --- a/strace.spec +++ b/strace.spec @@ -97,7 +97,6 @@ find tests* -type f -name '*.log' -print0 | echo 'END OF TEST SUITE INFORMATION' %files -%{?suse_version:%defattr(-,root,root)} %doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README %{_bindir}/strace %{_bindir}/strace-log-merge @@ -105,7 +104,6 @@ echo 'END OF TEST SUITE INFORMATION' %ifarch %{strace64_arches} %files -n strace64 -%{?suse_version:%defattr(-,root,root)} %{_bindir}/strace64 %endif