Blame SOURCES/0019-bugzilla-change-the-default-bugzilla-group.patch

9aee9a
From 1aa9e3a987439fd4435b40b9c7f56d063097f980 Mon Sep 17 00:00:00 2001
9aee9a
From: Martin Kutlak <mkutlak@redhat.com>
9aee9a
Date: Thu, 3 Jan 2019 16:32:00 +0100
9aee9a
Subject: [PATCH] bugzilla: change the default bugzilla group
9aee9a
9aee9a
Changes the default bugzilla group to redhat and also makes the
9aee9a
reported bugs private by default.
9aee9a
9aee9a
Related to rhbz#1660449
9aee9a
9aee9a
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
9aee9a
---
9aee9a
 configure.ac              | 6 +++---
9aee9a
 src/plugins/bugzilla.conf | 4 ++--
9aee9a
 2 files changed, 5 insertions(+), 5 deletions(-)
9aee9a
9aee9a
diff --git a/configure.ac b/configure.ac
9aee9a
index feafc28e..ce453895 100644
9aee9a
--- a/configure.ac
9aee9a
+++ b/configure.ac
9aee9a
@@ -92,14 +92,14 @@ AC_PATH_PROG([XMLRPC], [xmlrpc-c-config], [no])
9aee9a
 AC_ARG_WITH([redhatbugzillacreateprivate],
9aee9a
             AS_HELP_STRING([--with-redhatbugzillacreateprivate="yes/no"],
9aee9a
                            [Whether the Red Hat Bugzilla plugin should open
9aee9a
-                            bugs private by default ("no")]),
9aee9a
-            [], [with_redhatbugzillacreateprivate="no"])
9aee9a
+                            bugs private by default ("yes")]),
9aee9a
+            [], [with_redhatbugzillacreateprivate="yes"])
9aee9a
 AC_SUBST([RED_HAT_BUGZILLA_CREATE_PRIVATE], [$with_redhatbugzillacreateprivate])
9aee9a
 
9aee9a
 AC_ARG_WITH([redhatbugzillaprivategroups],
9aee9a
             AS_HELP_STRING([--with-redhatbugzillaprivategroups="CSV"],
9aee9a
                            [Name of groups separated by comma]),
9aee9a
-            [], [with_redhatbugzillaprivategroups="fedora_contrib_private"])
9aee9a
+            [], [with_redhatbugzillaprivategroups="redhat"])
9aee9a
 AC_SUBST([RED_HAT_BUGZILLA_PRIVATE_GROUPS], [$with_redhatbugzillaprivategroups])
9aee9a
 
9aee9a
 
9aee9a
diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf
9aee9a
index a7727392..dbbbd05c 100644
9aee9a
--- a/src/plugins/bugzilla.conf
9aee9a
+++ b/src/plugins/bugzilla.conf
9aee9a
@@ -22,5 +22,5 @@ Password =
9aee9a
 DontMatchComponents = selinux-policy
9aee9a
 
9aee9a
 # for more info about these settings see: https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets
9aee9a
-# CreatePrivate = no
9aee9a
-# PrivateGroups = fedora_contrib_private
9aee9a
+# CreatePrivate = yes
9aee9a
+# PrivateGroups = redhat
9aee9a
-- 
9aee9a
2.21.0
9aee9a