forked from pool/bluez
Marcus Meissner
8872b8764e
- Add changelog entry for older change so factory-auto wont reject this. - This requests removes sbc building and packaging from bluez. SBC recently gets its own package and sources are even stripped out ot Bluez in current git master (future 5.0). On top of that current bluez-devel package conflicts with sbc-devel. Note: This change may broke packages which use sbc from bluez-devel as new sbc-devel package use different include path. This change is required to properly build PulseAudio 3.0 OBS-URL: https://build.opensuse.org/request/show/148076 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=131 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
001-remove-rule-dell-mouse.patch | ||
0001-network-fix-network-Connect-method-parameters.patch | ||
baselibs.conf | ||
bluetooth.modprobe | ||
bluetooth.sysconfig | ||
bluez-4.101.tar.bz2 | ||
bluez-coldplug.init | ||
bluez-gstreamer.changes | ||
bluez-gstreamer.spec | ||
bluez.changes | ||
bluez.spec | ||
org.bluez.service | ||
README.SUSE |
Notes about the SUSE bluez packages: ==================================== How does bluetoothd get started? -------------------------------- Bluetoothd is started via udev. This means: as soon as a bluetooth device is inserted, bluetoothd is started with the option "--udev". For the case that D-Bus is not yet running during system bootup when the adapter is detected, bluetoothd will quit with exit code 1, udev will notice that and then try to restart bluetoothd later. If you want to prevent starting of the bluetooth service, edit /etc/sysconfig/bluetooth and set START_BLUETOOTHD to "no". Have a lot of fun...