From 335e687e6024cf8003ccf8744af853466787636ccacf94afc05a3a0ccb7f0cd9 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 3 Aug 2021 05:43:56 +0000 Subject: [PATCH] Accepting request 909848 from home:seife:testing fix bluez-auto-enable-devices subpackage (boo#1177845) OBS-URL: https://build.opensuse.org/request/show/909848 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=311 --- bluez.changes | 5 +++++ bluez.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bluez.changes b/bluez.changes index f6d8155..bc8503a 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 2 18:27:38 UTC 2021 - Stefan Seyfried + +- fix bluez-auto-enable-devices subpackage (boo#1177845) + ------------------------------------------------------------------- Mon Jul 12 12:35:06 UTC 2021 - Stefan Seyfried diff --git a/bluez.spec b/bluez.spec index 3a7c8af..81f0eaf 100644 --- a/bluez.spec +++ b/bluez.spec @@ -189,7 +189,7 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service # END FIXME # for auto-enable subpackage -echo AutoEnable=true >> src/main.conf +sed '/^#AutoEnable=false/aAutoEnable=true' src/main.conf # 2to3 does not fix the #! line sed -i '1s#/usr/bin/python$#/usr/bin/python3#' test/*