Remove needless use of %defattr
This commit is contained in:
parent
3396a540c3
commit
fd6a411111
3
dlm.spec
3
dlm.spec
@ -64,7 +64,6 @@ install -Dm 0644 init/dlm.sysconfig %{buildroot}/etc/sysconfig/dlm
|
||||
%systemd_postun_with_restart dlm.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.license
|
||||
%{_unitdir}/dlm.service
|
||||
%{_sbindir}/dlm_controld
|
||||
@ -89,7 +88,6 @@ from userland applications.
|
||||
%postun lib -p /sbin/ldconfig
|
||||
|
||||
%files lib
|
||||
%defattr(-,root,root,-)
|
||||
/usr/lib/udev/rules.d/*-dlm.rules
|
||||
%{_libdir}/libdlm*.so.*
|
||||
|
||||
@ -104,7 +102,6 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libdlm*.so
|
||||
%{_includedir}/libdlm*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user