Blame SOURCES/0142-RHTSupport-include-reported_to-in-Support-cases.patch
|
|
28bab8 |
From 8ceb10a5fdc9dc0156abe6cad6d66b6e5e18bc92 Mon Sep 17 00:00:00 2001
|
|
|
28bab8 |
From: Jakub Filak <jfilak@redhat.com>
|
|
|
28bab8 |
Date: Fri, 27 Feb 2015 15:14:33 +0100
|
|
|
28bab8 |
Subject: [PATCH] RHTSupport: include reported_to in Support cases
|
|
|
28bab8 |
|
|
|
28bab8 |
We want to provide GSS with an URL to ABRT server.
|
|
|
28bab8 |
|
|
|
28bab8 |
Related to rhbz#1197108
|
|
|
28bab8 |
|
|
|
28bab8 |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
28bab8 |
---
|
|
|
28bab8 |
src/plugins/report_RHTSupport.xml.in | 2 +-
|
|
|
28bab8 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
28bab8 |
|
|
|
28bab8 |
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
|
|
|
28bab8 |
index a612a1e..b7a7872 100644
|
|
|
28bab8 |
--- a/src/plugins/report_RHTSupport.xml.in
|
|
|
28bab8 |
+++ b/src/plugins/report_RHTSupport.xml.in
|
|
|
28bab8 |
@@ -4,7 +4,7 @@
|
|
|
28bab8 |
<_description>Report to Red Hat support</_description>
|
|
|
28bab8 |
|
|
|
28bab8 |
<requires-items>package</requires-items>
|
|
|
28bab8 |
- <exclude-items-by-default>count,event_log,reported_to,vmcore</exclude-items-by-default>
|
|
|
28bab8 |
+ <exclude-items-by-default>count,event_log,vmcore</exclude-items-by-default>
|
|
|
28bab8 |
<exclude-items-always></exclude-items-always>
|
|
|
28bab8 |
<exclude-binary-items>no</exclude-binary-items>
|
|
|
28bab8 |
<include-items-by-default></include-items-by-default>
|
|
|
28bab8 |
--
|
|
|
28bab8 |
2.4.3
|
|
|
28bab8 |
|