Accepting request 773528 from Base:System
OBS-URL: https://build.opensuse.org/request/show/773528 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=167
This commit is contained in:
commit
b8a53a2797
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 10:05:33 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
- Fix path to systemctl in %post script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 16 14:27:14 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
|
Mon Dec 16 14:27:14 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez
|
# spec file for package bluez
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2010-2019 B1 Systems GmbH, Vohburg, Germany
|
# Copyright (c) 2010-2019 B1 Systems GmbH, Vohburg, Germany
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -312,8 +312,8 @@ make check V=0
|
|||||||
%{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 its 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 || :
|
/usr/bin/systemctl enable bluetooth.service 2>&1 || :
|
||||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun bluetooth.service bluetooth-mesh.service
|
%service_del_preun bluetooth.service bluetooth-mesh.service
|
||||||
|
Loading…
Reference in New Issue
Block a user