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

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