Remove needless use of %defattr
This commit is contained in:
parent
047823206b
commit
f72f564c19
@ -56,13 +56,11 @@ chmod 0644 defs.h
|
|||||||
cp -p defs.h %{buildroot}%{_includedir}/crash
|
cp -p defs.h %{buildroot}%{_includedir}/crash
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/crash
|
%{_bindir}/crash
|
||||||
%{_mandir}/man8/crash.8*
|
%{_mandir}/man8/crash.8*
|
||||||
%doc README COPYING3
|
%doc README COPYING3
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user