Accepting request 911193 from Base:System

fix bluez-auto-enable-devices subpackage (boo#1177845)

OBS-URL: https://build.opensuse.org/request/show/911193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=179
This commit is contained in:
Richard Brown 2021-08-12 07:01:19 +00:00 committed by Git OBS Bridge
commit 9849edee49
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 -i '/^#AutoEnable=false/aAutoEnable=true' src/main.conf
# 2to3 does not fix the #! line
sed -i '1s#/usr/bin/python$#/usr/bin/python3#' test/*