Accepting request 732244 from home:seife:testing

add %pre/post/un for bluetooth-mesh.service

OBS-URL: https://build.opensuse.org/request/show/732244
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=272
This commit is contained in:
Stefan Seyfried 2019-09-20 20:59:55 +00:00 committed by Git OBS Bridge
parent b4b7cd2725
commit 8601ecb5f0

View File

@ -229,6 +229,7 @@ make check V=0
%pre
%service_add_pre bluetooth.service
%service_add_pre bluetooth-mesh.service
%post
%{?udev_rules_update:%udev_rules_update}
@ -241,9 +242,11 @@ make check V=0
%preun
%service_del_preun bluetooth.service
%service_del_preun bluetooth-mesh.service
%postun
%service_del_postun bluetooth.service
%service_del_postun bluetooth-mesh.service
%post -n libbluetooth3 -p /sbin/ldconfig
%postun -n libbluetooth3 -p /sbin/ldconfig