rpms/hal/F-10 hal-dbus-1.2.8-introspection.patch, NONE, 1.1 hal.spec, 1.173, 1.174

Colin Walters walters at fedoraproject.org
Tue Dec 9 21:11:49 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/hal/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21066

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-13.20081027git
- Add patch to explicitly allow introspection


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/F-10/hal.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- hal.spec	5 Nov 2008 19:25:21 -0000	1.173
+++ hal.spec	9 Dec 2008 21:11:19 -0000	1.174
@@ -28,7 +28,7 @@
 Name: hal
 Version: 0.5.12
 #Release: 5%{?dist}
-Release: 12.%{?alphatag}%{?dist}
+Release: 13.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 #Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
@@ -42,6 +42,7 @@
 Patch4: hal-joystick.patch
 Patch5: hal-remove-bdi-devices.patch
 Patch6: hal-add-memstick-support.patch
+Patch7: hal-dbus-1.2.8-introspection.patch
 
 License: AFL or GPLv2
 Group: System Environment/Libraries
@@ -142,6 +143,8 @@
 %patch4 -p1 -b .joystick
 %patch5 -p1 -b .remove-bdi
 %patch6 -p1 -b .memstick
+# https://bugs.freedesktop.org/show_bug.cgi?id=18985
+%patch7 -p1 -b .introspection
 
 %build
 autoreconf
@@ -289,6 +292,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Tue Dec 09 2008 Colin Walters <walters at verbum.org> - 0.5.12-13.20081027git
+- Add patch to explicitly allow introspection
+
 * Wed Nov  5 2008 Jeremy Katz <katzj at redhat.com> - 0.5.12-12.20081027git
 - Fix up OLPC detection with regard to what's in the upstream kernel
 




More information about the fedora-extras-commits mailing list