Blame SOURCES/0002-replace-all-Fedora-URLs-by-corresponding-values-for-.patch

562801
From 9f62c707df03b371890ad139f0633c8457b146f6 Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Wed, 8 Jan 2014 17:09:00 +0100
562801
Subject: [LIBREPORT PATCH 2/6] replace all Fedora URLs by corresponding values
562801
 for RHEL
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/plugins/report_EmergencyAnalysis.xml.in | 2 +-
562801
 src/plugins/report_uReport.xml.in           | 2 +-
562801
 src/plugins/ureport.conf                    | 2 +-
562801
 3 files changed, 3 insertions(+), 3 deletions(-)
562801
562801
diff --git a/src/plugins/report_EmergencyAnalysis.xml.in b/src/plugins/report_EmergencyAnalysis.xml.in
562801
index 3fb2bd2..c00a734 100644
562801
--- a/src/plugins/report_EmergencyAnalysis.xml.in
562801
+++ b/src/plugins/report_EmergencyAnalysis.xml.in
562801
@@ -15,7 +15,7 @@
562801
         <option type="text" name="Upload_URL">
562801
             <_label>URL</_label>
562801
             <allow-empty>no</allow-empty>
562801
-            <default-value>https://retrace.fedoraproject.org/faf/dumpdirs/new/</default-value>
562801
+            <default-value>https://localhost/faf/dumpdirs/new/</default-value>
562801
         </option>
562801
         <advanced-options>
562801
             <option type="text" name="http_proxy">
562801
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
562801
index 3a38971..c8bb858 100644
562801
--- a/src/plugins/report_uReport.xml.in
562801
+++ b/src/plugins/report_uReport.xml.in
562801
@@ -11,7 +11,7 @@
562801
             <_label>uReport Server URL</_label>
562801
             <allow-empty>no</allow-empty>
562801
             <_description>Address of uReport webservice</_description>
562801
-            <default-value>https://retrace.fedoraproject.org/faf</default-value>
562801
+            <default-value>http://bug-report.itos.redhat.com</default-value>
562801
         </option>
562801
         <option type="bool" name="uReport_SSLVerify">
562801
             <_label>Verify SSL</_label>
562801
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
562801
index a75ad19..1f3b33a 100644
562801
--- a/src/plugins/ureport.conf
562801
+++ b/src/plugins/ureport.conf
562801
@@ -1,5 +1,5 @@
562801
 # Base URL to uReport server
562801
-URL = https://retrace.fedoraproject.org/faf
562801
+URL = http://bug-report.itos.redhat.com
562801
 
562801
 # no means that ssl certificates will not be checked
562801
 # SSLVerify = no
562801
-- 
562801
1.8.3.1
562801