Blame SOURCES/0032-Drop-remaining-references-to-removed-command-line-op.patch

60e4b6
From 143c76e6db52881a8da188f54ec0ec1aacb209de Mon Sep 17 00:00:00 2001
60e4b6
From: Ernestas Kulik <ekulik@redhat.com>
60e4b6
Date: Wed, 19 Aug 2020 09:30:28 +0300
60e4b6
Subject: [PATCH] Drop remaining references to removed command-line options
60e4b6
60e4b6
cb81dc0870949fbacaa6e2384e91fc4de4df43a5 drops -u and -C options, but
60e4b6
the report_RHTSupport event handler still passes one of them, resulting
60e4b6
in failures.
60e4b6
60e4b6
https://bugzilla.redhat.com/show_bug.cgi?id=1867064
60e4b6
---
60e4b6
 doc/reporter-rhtsupport.txt       | 2 +-
60e4b6
 src/plugins/rhtsupport_event.conf | 4 ++--
60e4b6
 2 files changed, 3 insertions(+), 3 deletions(-)
60e4b6
60e4b6
diff --git a/doc/reporter-rhtsupport.txt b/doc/reporter-rhtsupport.txt
60e4b6
index 132c0eaa..7d79e33b 100644
60e4b6
--- a/doc/reporter-rhtsupport.txt
60e4b6
+++ b/doc/reporter-rhtsupport.txt
60e4b6
@@ -7,7 +7,7 @@ reporter-rhtsupport - Reports problem to RHTSupport.
60e4b6
 
60e4b6
 SYNOPSIS
60e4b6
 --------
60e4b6
-'reporter-rhtsupport' [-v] [-c CONFFILE] [-F FMTFILE] [-u -C UR_CONFFILE] -d DIR
60e4b6
+'reporter-rhtsupport' [-v] [-c CONFFILE] [-F FMTFILE] -d DIR
60e4b6
 
60e4b6
 Or:
60e4b6
 
60e4b6
diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf
60e4b6
index cc2f05d1..6b0b3e67 100644
60e4b6
--- a/src/plugins/rhtsupport_event.conf
60e4b6
+++ b/src/plugins/rhtsupport_event.conf
60e4b6
@@ -1,6 +1,6 @@
60e4b6
 EVENT=report_RHTSupport
60e4b6
-    # Submit an uReport and create a case in Red Hat Customer Portal
60e4b6
-    reporter-rhtsupport -u
60e4b6
+    # Create a case in Red Hat Customer Portal
60e4b6
+    reporter-rhtsupport
60e4b6
 
60e4b6
 EVENT=report_RHTSupport_AddData
60e4b6
     # Attach data to a case in Red Hat Customer Portal
60e4b6
-- 
60e4b6
2.28.0
60e4b6