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
|
%systemd_postun_with_restart dlm.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.license
|
%doc README.license
|
||||||
%{_unitdir}/dlm.service
|
%{_unitdir}/dlm.service
|
||||||
%{_sbindir}/dlm_controld
|
%{_sbindir}/dlm_controld
|
||||||
@ -89,7 +88,6 @@ from userland applications.
|
|||||||
%postun lib -p /sbin/ldconfig
|
%postun lib -p /sbin/ldconfig
|
||||||
|
|
||||||
%files lib
|
%files lib
|
||||||
%defattr(-,root,root,-)
|
|
||||||
/usr/lib/udev/rules.d/*-dlm.rules
|
/usr/lib/udev/rules.d/*-dlm.rules
|
||||||
%{_libdir}/libdlm*.so.*
|
%{_libdir}/libdlm*.so.*
|
||||||
|
|
||||||
@ -104,7 +102,6 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libdlm*.so
|
%{_libdir}/libdlm*.so
|
||||||
%{_includedir}/libdlm*.h
|
%{_includedir}/libdlm*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user