rpms/hal/devel hal-dbus-perms.patch, NONE, 1.1 hal.spec, 1.179, 1.180 hal-dbus-1.2.8-introspection.patch, 1.1, NONE

Colin Walters walters at fedoraproject.org
Fri Dec 19 19:46:49 UTC 2008


Author: walters

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

Modified Files:
	hal.spec 
Added Files:
	hal-dbus-perms.patch 
Removed Files:
	hal-dbus-1.2.8-introspection.patch 
Log Message:
* Fri Dec 19 2008 Colin Walters <walters at verbum.org> - 0.5.12-18.20081219git
- Update dbus permissions patch to include KillSwitch which NetworkManager needs


hal-dbus-perms.patch:

--- NEW FILE hal-dbus-perms.patch ---
--- hal-0.5.12.orig/hal.conf.in	2008-08-14 04:32:12.000000000 -0400
+++ hal-0.5.12/hal.conf.in	2008-12-19 12:11:02.000000000 -0500
@@ -16,6 +16,8 @@
 
   <!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
   <policy context="default">
+    <allow send_destination="org.freedesktop.Hal"
+           send_interface="org.freedesktop.DBus.Introspectable"/>
     <allow send_interface="org.freedesktop.Hal.Manager"/>
     <allow send_interface="org.freedesktop.Hal.Device"/>
     <allow receive_interface="org.freedesktop.Hal.Manager"
@@ -26,6 +28,7 @@
     <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
     <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
     <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
+    <allow send_interface="org.freedesktop.Hal.Device.KillSwitch"/>
     <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
     <allow receive_interface="org.freedesktop.Hal.Device.SystemPowerManagement"
 	   receive_sender="org.freedesktop.Hal"/>


Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- hal.spec	19 Dec 2008 13:57:24 -0000	1.179
+++ hal.spec	19 Dec 2008 19:46:19 -0000	1.180
@@ -28,7 +28,7 @@
 Name: hal
 Version: 0.5.12
 #Release: 14%{?dist}
-Release: 17.%{?alphatag}%{?dist}
+Release: 18.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 #Source0: http://hal.freedesktop.org/releases/%{name}-%{version}rc1.tar.bz2
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
@@ -41,7 +41,7 @@
 Patch3: hal-add-keys-to-buttons.patch
 Patch4: hal-joystick.patch
 # https://bugs.freedesktop.org/show_bug.cgi?id=18985
-Patch5: hal-dbus-1.2.8-introspection.patch
+Patch5: hal-dbus-perms.patch
 
 License: AFL or GPLv2
 Group: System Environment/Libraries
@@ -140,7 +140,7 @@
 %patch2 -p1 -b .priority
 %patch3 -p1 -b .keys
 %patch4 -p1 -b .joystick
-%patch5 -p1 -b .introspection
+%patch5 -p1 -b .dbus
 
 %build
 %configure                                  \
@@ -287,6 +287,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Fri Dec 19 2008 Colin Walters <walters at verbum.org> - 0.5.12-18.20081219git
+- Update dbus permissions patch to include KillSwitch which NetworkManager needs
+
 * Fri Dec 19 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-17.20081219git
 - Don't run autoreconf in the build-phase, it breaks libtool
 


--- hal-dbus-1.2.8-introspection.patch DELETED ---




More information about the fedora-extras-commits mailing list