From ad32d8fee4364ff9f3492515d7303866cb1f41e1 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Fri, 17 Oct 2014 14:34:08 +0200 Subject: [PATCH] Use FAF2 --- ...rary-Rawhide-patch-test-FAF-s-Webui2.patch | 23 +++++++++++++++++++ libreport.spec | 6 ++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 0001-Temporary-Rawhide-patch-test-FAF-s-Webui2.patch diff --git a/0001-Temporary-Rawhide-patch-test-FAF-s-Webui2.patch b/0001-Temporary-Rawhide-patch-test-FAF-s-Webui2.patch new file mode 100644 index 0000000..7b2ceef --- /dev/null +++ b/0001-Temporary-Rawhide-patch-test-FAF-s-Webui2.patch @@ -0,0 +1,23 @@ +From a71de1287c4eac39959d0d6ddf6ec7641c1a29aa Mon Sep 17 00:00:00 2001 +From: Jakub Filak +Date: Fri, 17 Oct 2014 13:26:36 +0200 +Subject: [PATCH] Temporary Rawhide patch: test FAF's Webui2 + +--- + src/plugins/ureport.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf +index a3aa456..63ecc29 100644 +--- a/src/plugins/ureport.conf ++++ b/src/plugins/ureport.conf +@@ -1,5 +1,5 @@ + # Base URL to uReport server +-# URL = https://retrace.fedoraproject.org/faf ++URL = https://retrace.fedoraproject.org/faf2 + + # no means that ssl certificates will not be checked + # SSLVerify = no +-- +2.1.0 + diff --git a/libreport.spec b/libreport.spec index 69d83f8..6a670ce 100644 --- a/libreport.spec +++ b/libreport.spec @@ -7,7 +7,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.3.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ @@ -21,6 +21,7 @@ Patch0004: 0004-rhtsupport-re-prompt-for-credentials.patch Patch0005: 0005-rhtsupport-attach-the-contact-email-to-bthash.patch Patch0006: 0006-ureport-document-rhsm-entitlement-in-the-man-page.patch Patch0007: 0007-rhtsupport-send-ureport-before-creating-description.patch +Patch1001: 0001-Temporary-Rawhide-patch-test-FAF-s-Webui2.patch # git is need for '%%autosetup -S git' which automatically applies all the # patches above. Please, be aware that the patches must be generated @@ -677,6 +678,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Oct 17 2014 Jakub Filak 2.3.0-4 +- ureport: use FAF2 server + * Mon Oct 13 2014 Jakub Filak 2.3.0-3 - ureport: fix a bug in the response parser - upload: don't ask for password if the env var is empty string