Blame SOURCES/0087-report_RHTSupport-adapt-event-to-the-recent-changes.patch

562801
From 69c1f48a09b991ea2ed078c977d4f35fd47f5878 Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Thu, 25 Sep 2014 16:28:35 +0200
562801
Subject: [LIBREPORT PATCH 87/93] report_RHTSupport: adapt event to the recent
562801
 changes
562801
562801
Resolves: rhbz#1139987
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/plugins/rhtsupport_event.conf | 9 ++-------
562801
 1 file changed, 2 insertions(+), 7 deletions(-)
562801
562801
diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf
562801
index 58261bb..f6a9d47 100644
562801
--- a/src/plugins/rhtsupport_event.conf
562801
+++ b/src/plugins/rhtsupport_event.conf
562801
@@ -1,8 +1,3 @@
562801
 EVENT=report_RHTSupport
562801
-    # Uploads an ureport to update Crash Statistics used to identify the
562801
-    # hottest bugs that needs to be fixed first.
562801
-    # Failures of reporter-ureport must not prevent users from reporting
562801
-    # problems to Red Hat support engineers.
562801
-    reporter-ureport || true
562801
-    # Create a case in Red Hat Customer Portal
562801
-    reporter-rhtsupport
562801
+    # Submit an uReport and create a case in Red Hat Customer Portal
562801
+    reporter-rhtsupport -u
562801
-- 
562801
1.8.3.1
562801