Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:29:11 -05:00
parent 28dcb3a5dd
commit 9d4cdb8db8
1 changed files with 0 additions and 2 deletions

View File

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