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
This commit is contained in:
Stefan Seyfried 2021-08-03 05:43:56 +00:00 committed by Git OBS Bridge
parent beea5870e3
commit 335e687e60
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 2 18:27:38 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>
- fix bluez-auto-enable-devices subpackage (boo#1177845)
-------------------------------------------------------------------
Mon Jul 12 12:35:06 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>

View File

@ -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/*