rpms/hal/devel hal-dbus-1.2.8-introspection.patch, NONE, 1.1 hal.spec, 1.175, 1.176

Colin Walters walters at fedoraproject.org
Tue Dec 9 20:16:06 UTC 2008


Author: walters

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

Modified Files:
	hal.spec 
Added Files:
	hal-dbus-1.2.8-introspection.patch 
Log Message:
* Tue Dec 09 2008 Colin Walters <walters at verbum.org> - 0.5.12-15
- Add introspection allow


hal-dbus-1.2.8-introspection.patch:

--- NEW FILE hal-dbus-1.2.8-introspection.patch ---
--- hal-0.5.12rc1/hal.conf.in.orig	2008-12-09 14:48:43.000000000 -0500
+++ hal-0.5.12rc1/hal.conf.in	2008-12-09 14:49:15.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"


Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- hal.spec	1 Dec 2008 09:30:17 -0000	1.175
+++ hal.spec	9 Dec 2008 20:15:35 -0000	1.176
@@ -27,7 +27,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.12
-Release: 14%{?dist}
+Release: 15%{?dist}
 #Release: 13.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}rc1.tar.bz2
@@ -40,6 +40,8 @@
 Patch2: hal-change-priority.patch
 Patch3: hal-add-keys-to-buttons.patch
 Patch4: hal-joystick.patch
+# https://bugs.freedesktop.org/show_bug.cgi?id=18985
+Patch5: cat hal-dbus-1.2.8-introspection.patch
 
 License: AFL or GPLv2
 Group: System Environment/Libraries
@@ -138,6 +140,7 @@
 %patch2 -p1 -b .priority
 %patch3 -p1 -b .keys
 %patch4 -p1 -b .joystick
+%patch5 -p1 -b .introspection
 
 %build
 autoreconf
@@ -285,6 +288,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Tue Dec 09 2008 Colin Walters <walters at verbum.org> - 0.5.12-15
+- Add introspection allow
+
 * Mon Dec 01 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-14
 - Update to 0.5.12 release candidate 1.
 




More information about the fedora-extras-commits mailing list