rpms/gnome-lirc-properties/F-10 glp-new-dbus.patch, NONE, 1.1 gnome-lirc-properties.spec, 1.16, 1.17

Bastien Nocera hadess at fedoraproject.org
Tue Dec 9 14:52:56 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8298

Modified Files:
	gnome-lirc-properties.spec 
Added Files:
	glp-new-dbus.patch 
Log Message:
* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.1-2
- Update D-Bus config file for new D-Bus (#475307)


glp-new-dbus.patch:

--- NEW FILE glp-new-dbus.patch ---
Index: data/org.gnome.LircProperties.Mechanism.conf
===================================================================
--- data/org.gnome.LircProperties.Mechanism.conf	(revision 76)
+++ data/org.gnome.LircProperties.Mechanism.conf	(working copy)
@@ -16,4 +16,13 @@
   <policy user="root">
     <allow own="org.gnome.LircProperties.Mechanism"/>
   </policy>
+
+  <!--
+    Any user can contact the service though, as the authentication
+    is done through PolicyKit
+  -->
+  <policy context="default">
+    <allow send_destination="org.gnome.LircProperties.ExternalToolDriver"/>
+  </policy>
+
 </busconfig>


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/F-10/gnome-lirc-properties.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gnome-lirc-properties.spec	27 Oct 2008 17:32:34 -0000	1.16
+++ gnome-lirc-properties.spec	9 Dec 2008 14:52:26 -0000	1.17
@@ -6,7 +6,7 @@
 
 Name:		gnome-lirc-properties
 Version:	0.3.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -22,6 +22,8 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=467340
 # http://bugzilla.gnome.org/show_bug.cgi?id=557429
 Patch2:		glp-remove-snapstream.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=563853
+Patch3:		glp-new-dbus.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -48,6 +50,7 @@
 %patch0 -p0 -b .fedora
 %patch1 -p0 -b .no-fluendo-remotes
 %patch2 -p0
+%patch3 -p0
 
 %build
 %configure --disable-conf-check --with-lirc-confdir=%{_sysconfdir} --with-remotes-database=%{_datadir}/lirc-remotes/
@@ -98,6 +101,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.1-2
+- Update D-Bus config file for new D-Bus (#475307)
+
 * Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.1-1
 - Update to 0.3.1
 




More information about the fedora-extras-commits mailing list