Commit Graph

371 Commits

Author SHA1 Message Date
Peter Robinson
81b5b9a7d2 5.58 2021-04-04 22:28:40 +01:00
Peter Robinson
47bb2ac98f Fix for avdtp audio disconnexts 2021-03-14 19:04:04 +00:00
Hans de Goede
e5a6d99cfa Add the btmgmt util to the packaged files
I have been debugging a regression where Bluetooth has stopped working on
some broadcom Wifi/BT chipsets. This is caused by the BT parts of these
chips not having a unique MAC programmed into them. Instead they all use
the same factory-default address. This used to work as long as only one
device with this factory-default address was in the room. But a while ago the
kernel learned to recognize the factory-default address and now it (rightly)
refuses to use this. Instead it expects userspace to configure a valid MAC
address.

Both checking if their are any adapters in the unconfigured state (these
are invisible in e.g. bluetoothctl) and setting their MAC address to make
them work requires the btmgmt util, so lets package it.

Note this is not a complete fix for this issue, but having btmgmt
available will at least allow users to work around the problem.

I've filed an upstream bluez issue for getting a workaround for this
in place inside bluez: https://github.com/bluez/bluez/issues/107
2021-03-14 11:44:46 +00:00
Hans de Goede
3a853a2f14 Drop obsolete btattach udev rule + systemd service
Drop the obsolete udev rule + systemd service to call btattach on BT-HCIs
connected via UART from userspace.

I added these a long time ago to make BT work on Broadcom HCIs connected
through an UART, but this has not been necessary for a long time.

The kernel now makes the connection between the UART and the HCI itself
and as part of this it no longer instantiates the platform-devices which
the udev rule triggers on, so these have been a no-op for a long time now.
2021-03-14 11:44:43 +00:00
Zbigniew Jędrzejewski-Szmek
fdda690e47 Fix conflict with unistd.h 2021-03-03 09:04:51 +01:00
Zbigniew Jędrzejewski-Szmek
9946daa905 Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
2021-03-02 16:14:08 +01:00
Peter Robinson
c5705fd207 5.56 2021-02-27 19:46:57 +00:00
Fedora Release Engineering
6110e62d61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 01:15:55 +00:00
Tom Stellard
fb217344ce Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-17 03:02:43 +00:00
Peter Robinson
ea45d3989e Split tools marked as deprecated to separate sub package (rhbz #1887569) 2020-10-13 09:55:07 +01:00
Peter Robinson
7eea935751 v5.55 2020-09-06 18:44:21 +01:00
Fedora Release Engineering
af9785d794 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 00:12:44 +00:00
Fedora Release Engineering
8988f04d6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 13:15:50 +00:00
Björn Esser
c5895682d3 Rebuild (json-c) 2020-04-22 00:02:15 +02:00
Peter Robinson
4b6f37715c bluez 5.54 2020-03-15 16:37:11 +00:00
Peter Robinson
45a1b7b0bf Minor mesh updates 2020-02-16 12:31:34 +00:00
Peter Robinson
2e00a7b264 mesh updates 2020-02-16 12:04:07 +00:00
Peter Robinson
1c246f6c7a own bluetooth config directory 2020-02-16 11:53:55 +00:00
Peter Robinson
fe6ed846c0 v5.53 2020-02-16 11:48:10 +00:00
Fedora Release Engineering
f172032513 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 13:08:30 +00:00
Peter Robinson
8f5b81e20f mesh: create/add mesh state directory, include sample mesh config files in mesh docs 2019-12-12 05:39:32 +00:00
Lubomir Rintel
eb384bfd83 Package the btvirt binary
The HCI emulator is useful for QA testing, beyond testing bluez itself.

Let's put it in the -devel subpackage, so that we don't clutter the main
package but also avoid creating a subpackage.

https://src.fedoraproject.org/rpms/bluez/pull-request/2
2019-12-02 02:05:00 +01:00
Peter Robinson
443f8e2871 bluez 5.52 needs ell 0.26 2019-11-03 22:39:58 +00:00
Peter Robinson
4f8782f470 5.52 2019-11-03 22:30:04 +00:00
Peter Robinson
234ae94fa0 5.51 2019-09-20 15:25:44 +01:00
Fedora Release Engineering
1102d27909 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 19:26:40 +00:00
Bastien Nocera
5c6421f107 Add y2038 build fix 2019-06-07 09:28:20 +02:00
Bastien Nocera
3c5fd713ee + bluez-5.50-8
Backport loads of fixes from upstream, including:
  dbus-broker support (#1711594)
  a2dp codecs discovery
  discoverability filter support (used in gnome-bluetooth, #1583442)
  sixaxis pairing fixes
2019-06-07 09:10:08 +02:00
Eduardo Minguez Perez
2a0eb3509f Added avinfo 2019-04-17 11:44:45 +02:00
Igor Gnatenko
9f70365ba6
Disable tests temporarily
BUILDSTDERR: ./test-driver: line 107: 31787 Aborted                 (core dumped) "$@" > $log_file 2>&1
FAIL: unit/test-sdp
  CC       unit/test-avdtp.o
  CC       android/avdtp.o
  CCLD     unit/test-avdtp

And then it hangs.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-02-17 18:36:02 +01:00
Igor Gnatenko
055ec019e4 Rebuild for readline 8.0 2019-02-17 09:30:49 +01:00
Fedora Release Engineering
66af2d8906 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 14:46:51 +00:00
Fedora Release Engineering
8877c2a494 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 21:13:39 +00:00
Bastien Nocera
065973eb98 + bluez-5.50-2
Fix A2DP disconnections with some headsets
2018-06-27 10:49:25 +02:00
Bastien Nocera
929931974e + bluez-5.50-1
Update to 5.50
2018-06-04 13:07:56 +02:00
Bastien Nocera
05297de3f5 + bluez-5.49-3
Fix crash on non-LE adapters (#1567622)
2018-04-20 12:05:29 +02:00
Björn Esser
b2ac1e07e0
Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28 2018-03-27 10:12:15 +02:00
Peter Robinson
605ae65076 5.49 2018-03-21 03:10:54 +00:00
Björn Esser
4c96d88f15
Rebuilt for libjson-c.so.4 (json-c v0.13.1) 2018-03-06 15:14:40 +01:00
Bastien Nocera
07c07a183a Fix PulseAudio interaction on resume (#1534857) 2018-02-09 15:53:11 +01:00
Fedora Release Engineering
ea68f85bf1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 04:02:09 +00:00
Igor Gnatenko
da7ae2b7ba
Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-03 13:14:55 +01:00
Pete Walter
258c6a467d Update to 5.48 2017-12-29 10:31:52 +00:00
Björn Esser
020b1cfab2
Rebuilt for libjson-c.so.3 2017-12-10 20:50:30 +01:00
leigh123linux
5a50e05c55 Rebuild for libical 3.x 2017-11-10 10:07:32 +00:00
Don Zickus
4b0c300219 Enable unit tests (Marek Kasik)
Resolves: #1502677
2017-10-27 09:28:50 -04:00
Bastien Nocera
d96435970c We also need libtoolize to be run, and autoreconf to install stuff 2017-10-10 10:46:30 +02:00
Bastien Nocera
02c8633f05 + bluez-5.47-4
Fix invalid paths in service file (#1499518)
2017-10-10 10:38:32 +02:00
Bastien Nocera
d3a3a8bf3b + bluez-5.47-3
Fix adapter name not picking up PrettyHostname
2017-09-20 14:54:22 +02:00
Bastien Nocera
f88bf4f60a + bluez-5.47-2
Lockdown Bluetooth systemd service
2017-09-20 13:44:17 +02:00
Bastien Nocera
2c3d966e6f Remove obsolete comment
It was labelling an upstream patch that was in the released 5.47
2017-09-20 13:38:18 +02:00
Peter Robinson
cd998e6330 5.47 2017-09-14 14:48:27 +01:00
Don Zickus
268965a3ff sdpd heap fixes
Resolves: rhbz#1490911
2017-09-12 10:22:25 -04:00
Hans de Goede
9089a629a1 Add scripts to automatically btattach serial-port / uart connected
Broadcom HCIs found on some Atom based x86 hardware
2017-09-07 20:51:51 +02:00
Bastien Nocera
4730eabcd1 Remove unnecessary patch
We now use a systemd --user session, so no need for this work-around.
2017-09-06 10:31:44 +02:00
Bastien Nocera
88e5001cf2 + bluez-5.46-4
Patches cleanup
Add DualShock4 cable pairing support
BIND_NOW support for RELRO
iCade autopairing support
2017-09-05 11:11:13 +02:00
Bastien Nocera
2d208c7289 Remove incorrect patch
The patch made this device's HID/HCI dongle not be switched to
Bluetooth, requiring pairing afterwards. The same can now be achieved by
not installing the bluez-hid2hci subpackage.
2017-09-04 19:55:28 +02:00
Bastien Nocera
22ca056cf0 Use autosetup 2017-08-24 20:12:49 +02:00
Fedora Release Engineering
cc864eb3c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 18:20:52 +00:00
Fedora Release Engineering
3ed76e41f2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 04:06:49 +00:00
Peter Robinson
593e2fedba 5.46 2017-07-19 13:04:26 +01:00
Peter Robinson
71b7c79efd Update to 5.45, enable NFC pairing, Minor spec cleanups, Include api docs in devel package 2017-05-16 12:45:20 +01:00
Peter Robinson
f8d4e0aa62 Update to 5.44, Enable deprecated option to keep all usual tools, Ship btattach tool, Minor spec cleanups 2017-03-12 15:16:04 +00:00
Fedora Release Engineering
150da1be62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 06:58:34 +00:00
Don Zickus
b5636a417c Configure systemctl settings for bluez-obexd correctly
Resolves rhbz#1259827
2017-02-03 13:29:38 -05:00
Igor Gnatenko
f5e71c5ea4 Rebuild for readline 7.x
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:24 +01:00
Don Zickus
ad660474a9 Update to 5.43 2016-10-31 13:56:36 -04:00
Don Zickus
2845ea737a Fix OBEX connections 2016-10-25 12:46:49 -04:00
Peter Robinson
88ca9e27f0 5.42 2016-10-19 11:08:41 +01:00
Don Zickus
d725db720c Update to 5.41 2016-08-01 16:44:58 -04:00
Don Zickus
dd83a2e4d7 obexd fix and autoenable bluetooth devices
- obexd fixes to prevent crashes
- add /etc/bluetooth/main.conf config file
- set 'AutoEnable=true' in /etc/bluetooth/main.conf file
2016-07-07 15:55:18 -04:00
Peter Robinson
5b00702ff0 Update to 5.40 bugfix relesae 2016-05-31 09:50:33 +01:00
David Tardon
7868080c21 rebuild for ICU 57.1 2016-04-15 20:11:30 +02:00
Peter Robinson
9d8fd34a4f Update to 5.39 bugfix relesae 2016-04-12 18:32:53 +01:00
Peter Robinson
210b04b92a 5.38 2016-04-04 00:39:33 +01:00
Dennis Gilmore
6555d8724c - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 17:08:18 +00:00
David Tardon
2f4b2f3b27 rebuild for libical 2.0.0 2016-01-18 20:14:26 +01:00
Peter Robinson
0bafb09acf v5.37 2015-12-29 15:09:42 +00:00
Peter Robinson
c37e2ea4e5 update to 5.36, drop old obsoletes 2015-11-13 14:03:38 +00:00
Peter Robinson
a2c9b02714 Split obexd out into a sub package 2015-11-13 13:57:39 +00:00
Peter Robinson
2b814cb929 v5.35 2015-10-05 07:54:30 +01:00
Peter Robinson
28da33c5f5 Update to 5.34 2015-09-08 16:13:45 +01:00
Peter Robinson
7edb6033ad v5.33 2015-07-31 17:12:02 +01:00
Peter Robinson
c5d31f2dc8 5.32 2015-07-08 16:15:22 +01:00
Peter Robinson
e21b8f7794 v5.31 2015-06-22 18:48:21 +01:00
Dennis Gilmore
becc94c25d - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 01:57:38 +00:00
Lubomir Rintel
2c2a384536 Fix NAP connections (rh #1230461) 2015-06-11 17:12:05 +02:00
Peter Robinson
7ee65edf50 - Update to 5.30
- Use %%license
- Minor cleanups to spec
- Drop README as it's only details of how to build
2015-04-29 11:20:41 +01:00
David Tardon
4d3bfbe1d0 fix header file 2015-03-29 18:31:30 +02:00
Don Zickus
f977799af1 Update to 5.29 2015-03-25 16:49:55 -04:00
Bastien Nocera
ea96fded97 Fix filelist 2015-03-11 10:25:53 +01:00
Bastien Nocera
51e8bc678a Update to 5.28 2015-03-11 10:04:37 +01:00
Bastien Nocera
0cdfb0ac7d Add mcaptest to the filelist 2014-11-20 12:01:51 +01:00
Bastien Nocera
b89cdff56d Update to 5.25 2014-11-20 11:54:33 +01:00
Eric Smith
79258ee66c Package gatttool (#1141909). 2014-10-30 17:23:28 -06:00
Bastien Nocera
0401767c62 Add missing mpris-proxy to the filelist 2014-09-23 13:57:22 +02:00
Bastien Nocera
9ed9be1c53 Update to 5.23 2014-09-23 13:36:39 +02:00
Peter Robinson
462ce83763 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 22:54:25 +00:00
Dennis Gilmore
aa3fb67019 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 22:17:49 -05:00
Bastien Nocera
3c32dd7434 Update to 5.18 2014-04-14 07:34:31 +02:00