From 8114ed110b0fecc2721feb060c5915e0f466a9fe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 05 2015 13:31:52 +0000 Subject: debrand libreport-2.1.11-21.el7 --- diff --git a/SOURCES/libreport-centos-branding-changes.patch b/SOURCES/libreport-centos-branding-changes.patch new file mode 100644 index 0000000..323758c --- /dev/null +++ b/SOURCES/libreport-centos-branding-changes.patch @@ -0,0 +1,40 @@ +From 30bca072cb8104cb07e937ee44bb0c3eaec19eb2 Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Wed, 18 Jun 2014 17:20:02 -0500 +Subject: [PATCH] centos branding changes + +--- + src/plugins/bugzilla.conf | 2 +- + src/plugins/rhtsupport_event.conf | 6 +++--- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf +index 29c44b3..ca5e94d 100644 +--- a/src/plugins/bugzilla.conf ++++ b/src/plugins/bugzilla.conf +@@ -1,5 +1,5 @@ + # Bugzilla URL +-BugzillaURL = https://bugzilla.redhat.com/ ++BugzillaURL = https://bugzilla.example.com/ + # yes means that ssl certificates will be checked + SSLVerify = yes + # your login has to exist, if you don have any, please create one +diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf +index 58261bb..e803686 100644 +--- a/src/plugins/rhtsupport_event.conf ++++ b/src/plugins/rhtsupport_event.conf +@@ -1,8 +1,8 @@ +-EVENT=report_RHTSupport ++#EVENT=report_RHTSupport + # Uploads an ureport to update Crash Statistics used to identify the + # hottest bugs that needs to be fixed first. + # Failures of reporter-ureport must not prevent users from reporting + # problems to Red Hat support engineers. +- reporter-ureport || true ++ # reporter-ureport || true + # Create a case in Red Hat Customer Portal +- reporter-rhtsupport ++ # reporter-rhtsupport +-- +1.8.3.1 + diff --git a/SPECS/libreport.spec b/SPECS/libreport.spec index a79f757..737f20f 100644 --- a/SPECS/libreport.spec +++ b/SPECS/libreport.spec @@ -138,6 +138,7 @@ Patch122: 0122-lib-add-functions-to-load-save-plugin-conf-files.patch Patch123: 0123-lib-add-a-clone-function-for-map_string_t.patch Patch124: 0124-ureport-introduce-HTTPAuth.patch Patch125: 0125-Do-not-use-bool-in-OPT_BOOL-macro-it-expects-int.patch +Patch126: libreport-centos-branding-changes.patch # git is need for '%%autosetup -S git' which automatically applies all the # patches above. Please, be aware that the patches must be generated @@ -779,6 +780,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Mar 05 2015 CentOS Sources - 2.1.11-21.el7.centos +- Roll in patch to remove RH support for libreport + * Wed Jan 14 2015 Jakub Filak - 2.1.11-21 - ureport: fix command line arguments parsing - Resolves: #1182091