Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 00:33:56 -05:00
parent 047823206b
commit f72f564c19

View File

@ -56,13 +56,11 @@ chmod 0644 defs.h
cp -p defs.h %{buildroot}%{_includedir}/crash
%files
%defattr(-,root,root,-)
%{_bindir}/crash
%{_mandir}/man8/crash.8*
%doc README COPYING3
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%changelog