From 8fd96d490c00d274bf46f69865720206dbd97895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Fri, 8 Dec 2017 18:46:23 +0300 Subject: [PATCH] Updated to 5.47 --- .abf.yml | 2 +- bluez.spec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index d22e366..0c2cacf 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - bluez-5.45.tar.xz: 3a2a92ffa8e380ca69809c2dd79824b1fe82f9af + bluez-5.47.tar.xz: 36f18c438ac6152d0f138d00bd4288394c6ecc49 diff --git a/bluez.spec b/bluez.spec index 999757d..f81bb4e 100644 --- a/bluez.spec +++ b/bluez.spec @@ -4,7 +4,7 @@ Summary: Official Linux Bluetooth protocol stack Name: bluez -Version: 5.45 +Version: 5.47 Release: 1 License: GPLv2+ Group: Communications @@ -268,11 +268,10 @@ sed s,"/usr/bin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g -i %{buildro install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/ install -m0644 src/main.conf %{buildroot}%{_sysconfdir}/bluetooth/ install -m0644 profiles/input/input.conf %{buildroot}%{_sysconfdir}/bluetooth/ -install -m0644 profiles/proximity/proximity.conf %{buildroot}%{_sysconfdir}/bluetooth/ +#install -m0644 profiles/proximity/proximity.conf %{buildroot}%{_sysconfdir}/bluetooth/ install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service sed 's|#AutoEnable=false|AutoEnable=true|' -i %{buildroot}%{_sysconfdir}/bluetooth/main.conf -