Remove socket interface enablement for A2DP (#964031)
This commit is contained in:
parent
302660d089
commit
62d7105395
@ -1,28 +0,0 @@
|
|||||||
From dcbeaaa74020031741ad3727e651cdd2d00c773f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Luke Hutchison <luke.hutch@gmail.com>
|
|
||||||
Date: Thu, 10 Jan 2013 09:13:19 +0100
|
|
||||||
Subject: [PATCH] Allow PulseAudio to connect by default
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
|
|
||||||
---
|
|
||||||
audio/audio.conf | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/audio/audio.conf b/audio/audio.conf
|
|
||||||
index fd6092a..9a80e63 100644
|
|
||||||
--- a/audio/audio.conf
|
|
||||||
+++ b/audio/audio.conf
|
|
||||||
@@ -4,6 +4,10 @@
|
|
||||||
# particular interface
|
|
||||||
[General]
|
|
||||||
|
|
||||||
+# Allow PulseAudio to connect by default
|
|
||||||
+# https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
|
|
||||||
+Enable=Socket
|
|
||||||
+
|
|
||||||
# Switch to master role for incoming connections (defaults to true)
|
|
||||||
#Master=true
|
|
||||||
|
|
||||||
--
|
|
||||||
1.8.0.1
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 4.101
|
Version: 4.101
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.bluez.org/
|
URL: http://www.bluez.org/
|
||||||
@ -15,8 +15,6 @@ Source6: pand.conf
|
|||||||
Source7: rfcomm.init
|
Source7: rfcomm.init
|
||||||
Source8: bluez-uinput.modules
|
Source8: bluez-uinput.modules
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
|
|
||||||
Patch0: 0001-Allow-PulseAudio-to-connect-by-default.patch
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=877998
|
# https://bugzilla.redhat.com/show_bug.cgi?id=877998
|
||||||
Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch
|
Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
||||||
@ -337,6 +335,9 @@ fi
|
|||||||
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
|
||||||
|
- Remove socket interface enablement for A2DP (#964031)
|
||||||
|
|
||||||
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
|
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
|
||||||
- Add -vif to autoreconf to fix build issues
|
- Add -vif to autoreconf to fix build issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user