diff --git a/abrt.spec b/abrt.spec index 1d2987c..5b4d7d5 100644 --- a/abrt.spec +++ b/abrt.spec @@ -25,7 +25,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.0.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -34,6 +34,8 @@ Source1: abrt1_to_abrt2 Patch0: abrt-rhelkeys.patch Patch1: blacklist.patch Patch2: abrt_disable_gpgcheck.diff +Patch3: no_elements_abrt_dbus_crash_fix.patch +Patch4: analyze_retrace_sensitive_data_configuration.patch BuildRequires: dbus-devel BuildRequires: gtk3-devel BuildRequires: rpm-devel >= 4.6 @@ -247,6 +249,8 @@ uses PolicyKit to authorize to access the problem data. #Fedora %patch1 -p1 -b .blacklist %patch2 -p1 -b .gpgcheck +%patch3 -p1 -b .noelements +%patch4 -p1 -b .senstive %build autoconf @@ -644,6 +648,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/polkit-1/actions/abrt_polkit.policy %changelog +* Fri Aug 10 2012 Jakub Filak 2.0.11-2 +- fix abrt-dbus crash if no element is found in GetInfo() +- set sending-sensitive-data option to 'yes' for analyze_RetraceServer event + * Thu Aug 02 2012 Jiri Moskovcak 2.0.11-1 - new upstream release - Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842 diff --git a/analyze_retrace_sensitive_data_configuration.patch b/analyze_retrace_sensitive_data_configuration.patch new file mode 100644 index 0000000..9cf9bd4 --- /dev/null +++ b/analyze_retrace_sensitive_data_configuration.patch @@ -0,0 +1,26 @@ +From e5d7e2e0f3aa9047e1b7268965021b91b29d76e2 Mon Sep 17 00:00:00 2001 +From: Jakub Filak +Date: Fri, 10 Aug 2012 13:13:18 +0200 +Subject: [PATCH 6/6] set sending-sensitive-data option to 'yes' for + analyze_RetraceServer event + +Signed-off-by: Jakub Filak +--- + src/plugins/analyze_RetraceServer.xml.in | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in +index a2ca859..e437cac 100644 +--- a/src/plugins/analyze_RetraceServer.xml.in ++++ b/src/plugins/analyze_RetraceServer.xml.in +@@ -8,6 +8,7 @@ + + backtrace + no ++ yes + +