Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2020-02-14 16:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez" Fri Feb 14 16:24:16 2020 rev:167 rq:773528 version:5.52 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2019-12-24 14:28:52.794544296 +0100 +++ /work/SRC/openSUSE:Factory/.bluez.new.26092/bluez.changes 2020-02-14 16:24:30.463162421 +0100 @@ -1,0 +2,5 @@ +Mon Feb 10 10:05:33 UTC 2020 - Ismail Dönmez <[email protected]> + +- Fix path to systemctl in %post script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez.spec ++++++ --- /var/tmp/diff_new_pack.YFNcza/_old 2020-02-14 16:24:31.223162834 +0100 +++ /var/tmp/diff_new_pack.YFNcza/_new 2020-02-14 16:24:31.227162836 +0100 @@ -1,7 +1,7 @@ # # spec file for package bluez # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2010-2019 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -312,8 +312,8 @@ %{fillup_only -n bluetooth} # 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) -/bin/systemctl enable bluetooth.service 2>&1 || : -/bin/systemctl daemon-reload >/dev/null 2>&1 || : +/usr/bin/systemctl enable bluetooth.service 2>&1 || : +/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : %preun %service_del_preun bluetooth.service bluetooth-mesh.service
