rpms/bluez/devel dbus-bluetooth.conf,NONE,1.1 bluez.spec,1.28,1.29

Bastien Nocera hadess at fedoraproject.org
Tue Dec 9 11:29:06 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1837

Modified Files:
	bluez.spec 
Added Files:
	dbus-bluetooth.conf 
Log Message:
* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 4.22-2
- Fix D-Bus configuration for latest D-Bus (#475069)



--- NEW FILE dbus-bluetooth.conf ---
<!-- This configuration file specifies the required security policies
     for Bluetooth core daemon to work. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some holes -->

  <policy user="root">
    <allow own="org.bluez"/>
    <allow send_destination="org.bluez"/>
    <allow send_interface="org.bluez.Agent"/>
  </policy>

  <policy at_console="true">
    <allow send_destination="org.bluez"/>
  </policy>

  <policy context="default">
    <deny send_destination="org.bluez"/>
  </policy>

</busconfig>


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- bluez.spec	8 Dec 2008 09:48:21 -0000	1.28
+++ bluez.spec	9 Dec 2008 11:28:35 -0000	1.29
@@ -1,13 +1,14 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.22
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
 Source1: bluetooth.init
 Source2: bluetooth.conf
 Source3: bluez-uinput.modules
+Source4: dbus-bluetooth.conf
 Patch1: bluez-utils-oui-usage.patch
 Patch2: 0001-Add-icon-for-other-audio-device.patch
 
@@ -100,6 +101,8 @@
 %patch1 -p0 -b .oui
 %patch2 -p1
 
+cp -a %{SOURCE4} src/bluetooth.conf
+
 %build
 %configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
 make
@@ -189,6 +192,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 4.22-2
+- Fix D-Bus configuration for latest D-Bus (#475069)
+
 * Mon Dec 08 2008 - Bastien Nocera <bnocera at redhat.com> - 4.22-1
 - Update to 4.22
 




More information about the fedora-extras-commits mailing list