Blame SOURCES/0013-add-SSLClientAuth-to-ureport-dbus-config-interface.patch

562801
From b40bce3a493e9fa305d4aee38a2d176c39a26543 Mon Sep 17 00:00:00 2001
562801
From: Martin Milata <mmilata@redhat.com>
562801
Date: Mon, 20 Jan 2014 16:37:15 +0100
562801
Subject: [LIBREPORT PATCH 13/14] add SSLClientAuth to ureport dbus config
562801
 interface
562801
562801
Related to rhbz#1053042.
562801
562801
Signed-off-by: Martin Milata <mmilata@redhat.com>
562801
---
562801
 doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in | 1 +
562801
 1 file changed, 1 insertion(+)
562801
562801
diff --git a/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in b/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
562801
index 58498c7..28c5fea 100644
562801
--- a/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
562801
+++ b/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
562801
@@ -8,6 +8,7 @@
562801
     <interface name="com.redhat.problems.configuration.ureport">
562801
         <property name="URL" type="s" access="readwrite" />
562801
         <property name="SSLVerify" type="b" access="readwrite" />
562801
+        <property name="SSLClientAuth" type="s" access="readwrite" />
562801
         
562801
     </interface>
562801
 </node>
562801
-- 
562801
1.8.3.1
562801