rpms/hal/F-9 hal-dbus-1.2.8-introspection.patch, NONE, 1.1 hal.spec, 1.158, 1.159

Colin Walters walters at fedoraproject.org
Tue Dec 9 23:14:34 UTC 2008


Author: walters

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

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.11-3
- Add patch to 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-9/hal.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- hal.spec	12 Jun 2008 14:37:34 -0000	1.158
+++ hal.spec	9 Dec 2008 23:14:03 -0000	1.159
@@ -32,6 +32,8 @@
 Patch1: hal-0.5.10-set-property-direct.patch
 Patch2: hal-change-priority.patch
 Patch3: hal-cloexec.patch
+# # https://bugs.freedesktop.org/show_bug.cgi?id=18985
+Patch4: hal-dbus-1.2.8-introspection.patch
 License: AFL or GPLv2
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -128,6 +130,7 @@
 %patch1 -p1 -b .direct
 %patch2 -p1 -b .priority
 %patch3 -p1 -b .selinux-leak
+%patch4 -p1 -b .introspection
 
 %build
 autoreconf
@@ -272,6 +275,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Tue Dec 09 2008 Colin Walters <walters at verbum.org> - 0.5.11-3
+- Add patch to allow introspection
+
 * Thu Jun 12 2008 Richard Hughes <rhughes at redhat.com> - 0.5.11-2
 - Fix unmounting of USB drives when using SELinux due to a leaking file
   descriptor (#447195)




More information about the fedora-extras-commits mailing list