rpms/fprintd/devel 0001-Update-D-Bus-config-file.patch, NONE, 1.1 fprintd.spec, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Tue Dec 9 14:22:07 UTC 2008


Author: hadess

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

Modified Files:
	fprintd.spec 
Added Files:
	0001-Update-D-Bus-config-file.patch 
Log Message:
* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.1-4.git43fe72a2aa
- Update D-Bus config file for recent D-Bus changes


0001-Update-D-Bus-config-file.patch:

--- NEW FILE 0001-Update-D-Bus-config-file.patch ---
>From dac2801bd2aad9568b75c2d38d86272e29528b0e Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Tue, 9 Dec 2008 14:18:39 +0000
Subject: [PATCH] Update D-Bus config file

Following the recent changes in D-Bus, the configuration file
needs to be a bit more explicit.
---
 data/net.reactivated.Fprint.conf |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/data/net.reactivated.Fprint.conf b/data/net.reactivated.Fprint.conf
index dabefa0..1fd0c06 100644
--- a/data/net.reactivated.Fprint.conf
+++ b/data/net.reactivated.Fprint.conf
@@ -10,4 +10,10 @@
     <allow own="net.reactivated.Fprint"/>
   </policy>
 
+  <!-- Anyone can talk to the service -->
+  <policy context="default">
+    <allow send_destination="net.reactivated.Fprint"/>
+    <allow send_interface="net.reactivated.Fprint"/>
+  </policy>
+
 </busconfig>
-- 
1.6.0.4



Index: fprintd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fprintd/devel/fprintd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fprintd.spec	5 Dec 2008 09:48:18 -0000	1.1
+++ fprintd.spec	9 Dec 2008 14:21:37 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:		fprintd
 Version:	0.1
-Release:	3.git%{short_hash}%{?dist}
+Release:	4.git%{short_hash}%{?dist}
 Summary:	D-Bus service for Fingerprint reader access
 
 Group:		System Environment/Daemons
@@ -16,6 +16,7 @@
 Source0:	fprintd-0.1-%{short_hash}.tar.bz2
 # FIXME remove when we have a newer libfprint
 Patch0:		old-libfprint.patch
+Patch1:		0001-Update-D-Bus-config-file.patch
 Url:		http://www.reactivated.net/fprint/wiki/Fprintd
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -58,6 +59,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
@@ -92,6 +94,9 @@
 %{_datadir}/gtk-doc/html/fprintd
 
 %changelog
+* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.1-4.git43fe72a2aa
+- Update D-Bus config file for recent D-Bus changes
+
 * Thu Dec 04 2008 - Bastien Nocera <bnocera at redhat.com> - 0.1-3.git43fe72a2aa
 - Update following comments in the review
 




More information about the fedora-extras-commits mailing list