From fac68ad1e7aae8bbcebaa5f68f428d3ef9c352e5 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Wed, 19 Jun 2013 10:02:01 +0200 Subject: [PATCH] Update a patch for rhel --- abrt-2.1.1-hide_all_ureport_stuff.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt-2.1.1-hide_all_ureport_stuff.patch b/abrt-2.1.1-hide_all_ureport_stuff.patch index 30b49cf..d33eefc 100644 --- a/abrt-2.1.1-hide_all_ureport_stuff.patch +++ b/abrt-2.1.1-hide_all_ureport_stuff.patch @@ -88,10 +88,10 @@ diff -ur abrt-2.1.1/src/plugins/python_event.conf abrt-2.1.1.new/src/plugins/pyt - reporter-ureport -r - # Reporting of python exceptions - EVENT=report-gui analyzer=Python + EVENT=report-gui analyzer=Python component!=anaconda - report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR" + report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR" - EVENT=report-cli analyzer=Python + EVENT=report-cli analyzer=Python component!=anaconda - report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR" + report-cli -e report_Bugzilla -- "$DUMP_DIR"