forked from pool/bluez
Accepting request 734966 from home:jengelh:branches:Base:System
- Combine multiple %service_* to reduce generated boilerplate. OBS-URL: https://build.opensuse.org/request/show/734966 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=275
This commit is contained in:
parent
1712502138
commit
8c35c23776
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 10:50:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Combine multiple %service_* to reduce generated boilerplate.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 4 09:35:44 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
|
Fri Oct 4 09:35:44 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||||
|
|
||||||
|
11
bluez.spec
11
bluez.spec
@ -229,25 +229,22 @@ make check V=0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre bluetooth.service
|
%service_add_pre bluetooth.service bluetooth-mesh.service
|
||||||
%service_add_pre bluetooth-mesh.service
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{?udev_rules_update:%udev_rules_update}
|
%{?udev_rules_update:%udev_rules_update}
|
||||||
# todo: check if this is still obeyed / needed with systemd
|
# todo: check if this is still obeyed / needed with systemd
|
||||||
%{fillup_only -n bluetooth}
|
%{fillup_only -n bluetooth}
|
||||||
# We need the bluez systemd service enabled at any time. It won't start up
|
# We need the bluez systemd service enabled at any time. It won't start up
|
||||||
# on it's own, as it is triggered by udev in the end (bnc#796671)
|
# on its own, as it is triggered by udev in the end (bnc#796671)
|
||||||
/bin/systemctl enable bluetooth.service 2>&1 || :
|
/bin/systemctl enable bluetooth.service 2>&1 || :
|
||||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun bluetooth.service
|
%service_del_preun bluetooth.service bluetooth-mesh.service
|
||||||
%service_del_preun bluetooth-mesh.service
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%service_del_postun bluetooth.service
|
%service_del_postun bluetooth.service bluetooth-mesh.service
|
||||||
%service_del_postun bluetooth-mesh.service
|
|
||||||
|
|
||||||
%post -n libbluetooth3 -p /sbin/ldconfig
|
%post -n libbluetooth3 -p /sbin/ldconfig
|
||||||
%postun -n libbluetooth3 -p /sbin/ldconfig
|
%postun -n libbluetooth3 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user