mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 15:12:52 +00:00
Updated to 5.47
This commit is contained in:
parent
7aed6d89fd
commit
8fd96d490c
2 changed files with 3 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
bluez-5.45.tar.xz: 3a2a92ffa8e380ca69809c2dd79824b1fe82f9af
|
bluez-5.47.tar.xz: 36f18c438ac6152d0f138d00bd4288394c6ecc49
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Summary: Official Linux Bluetooth protocol stack
|
Summary: Official Linux Bluetooth protocol stack
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 5.45
|
Version: 5.47
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Communications
|
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 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
||||||
install -m0644 src/main.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
install -m0644 src/main.conf %{buildroot}%{_sysconfdir}/bluetooth/
|
||||||
install -m0644 profiles/input/input.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
|
install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth
|
||||||
|
|
||||||
ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service
|
ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service
|
||||||
|
|
||||||
sed 's|#AutoEnable=false|AutoEnable=true|' -i %{buildroot}%{_sysconfdir}/bluetooth/main.conf
|
sed 's|#AutoEnable=false|AutoEnable=true|' -i %{buildroot}%{_sysconfdir}/bluetooth/main.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue