public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Filak <jfilak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: remove ureport from the reporting workflow in RHEL
Date: Mon, 03 Aug 2026 11:03:52 GMT	[thread overview]
Message-ID: <178575503252.1.18184278081176719989.rpms-abrt-d39e70cd908a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : d39e70cd908a8d5202f3cc92300155fec5bbfc10
Author : Jakub Filak <jfilak@redhat.com>
Date   : 2013-03-05T10:17:40+01:00
Stats  : +103/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/d39e70cd908a8d5202f3cc92300155fec5bbfc10?branch=update-2.17.9-f44

Log:
remove ureport from the reporting workflow in RHEL

---
diff --git a/abrt-2.1.1-hide_all_ureport_stuff.patch b/abrt-2.1.1-hide_all_ureport_stuff.patch
new file mode 100644
index 0000000..30b49cf
--- /dev/null
+++ b/abrt-2.1.1-hide_all_ureport_stuff.patch
@@ -0,0 +1,97 @@
+diff -ur abrt-2.1.1/src/daemon/abrt.conf abrt-2.1.1.new/src/daemon/abrt.conf
+--- abrt-2.1.1/src/daemon/abrt.conf	2013-02-01 12:59:58.000000000 +0100
++++ abrt-2.1.1.new/src/daemon/abrt.conf	2013-03-05 10:01:11.347789231 +0100
+@@ -28,9 +28,7 @@
+ # In order to run this event automatically after detection, the
+ # AutoreportingEnabled option must be configured to 'yes'
+ #
+-# Default value: report_uReport
+-#
+-AutoreportingEvent = report_uReport
++AutoreportingEvent = empty
+ 
+ # Enables automatic running of the event configured in AutoreportingEvent option.
+ #
+diff -ur abrt-2.1.1/src/daemon/abrt_event.conf abrt-2.1.1.new/src/daemon/abrt_event.conf
+--- abrt-2.1.1/src/daemon/abrt_event.conf	2013-02-01 17:05:40.000000000 +0100
++++ abrt-2.1.1.new/src/daemon/abrt_event.conf	2013-03-05 10:00:58.406693336 +0100
+@@ -95,3 +95,7 @@
+ 
+ EVENT=open-gui
+         report-gtk -x -- "$DUMP_DIR"
++
++# no operation event, used for AutoreportingEvent to override the default value
++EVENT=empty
++    exit 0
+diff -ur abrt-2.1.1/src/plugins/ccpp_event.conf abrt-2.1.1.new/src/plugins/ccpp_event.conf
+--- abrt-2.1.1/src/plugins/ccpp_event.conf	2013-02-07 08:42:58.000000000 +0100
++++ abrt-2.1.1.new/src/plugins/ccpp_event.conf	2013-03-05 09:56:40.607779146 +0100
+@@ -80,20 +80,12 @@
+                 -F "/etc/libreport/plugins/$format" \
+                 -A "/etc/libreport/plugins/$formatdup"
+ 
+-# Send micro report
+-EVENT=report_uReport analyzer=CCpp
+-        /usr/libexec/abrt-action-ureport
+-
+-# update ABRT database after successful report to bugzilla
+-EVENT=post_report analyzer=CCpp
+-        reporter-ureport -r
+-
+ EVENT=analyze_CCpp analyzer=CCpp
+         abrt-action-perform-ccpp-analysis
+ 
+ # Reporting of C/Cpp problems
+ EVENT=report-gui analyzer=CCpp
+-        report-gtk -e report_uReport -e analyze_CCpp -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-gtk -e analyze_CCpp -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
+ 
+ EVENT=report-cli analyzer=CCpp
+-        report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-cli -e analyze_CCpp -e report_Bugzilla -- "$DUMP_DIR"
+diff -ur abrt-2.1.1/src/plugins/koops_event.conf abrt-2.1.1.new/src/plugins/koops_event.conf
+--- abrt-2.1.1/src/plugins/koops_event.conf	2013-02-01 17:05:40.000000000 +0100
++++ abrt-2.1.1.new/src/plugins/koops_event.conf	2013-03-05 09:57:50.824301289 +0100
+@@ -21,17 +21,9 @@
+         reporter-bugzilla -b \
+                 -F /etc/libreport/plugins/bugzilla_format_kernel.conf
+ 
+-# Send micro report
+-EVENT=report_uReport analyzer=Kerneloops
+-        /usr/libexec/abrt-action-ureport
+-
+-# Update ABRT database after successful report to bugzilla
+-EVENT=post_report analyzer=Kerneloops
+-        reporter-ureport -r
+-
+ # Automatic/simple GUI-based kernel oopses reporting will do this:
+ EVENT=report-gui analyzer=Kerneloops
+-        report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
+ 
+ EVENT=report-cli analyzer=Kerneloops
+-        report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-cli -e report_Bugzilla -- "$DUMP_DIR"
+diff -ur abrt-2.1.1/src/plugins/python_event.conf abrt-2.1.1.new/src/plugins/python_event.conf
+--- abrt-2.1.1/src/plugins/python_event.conf	2013-02-01 17:05:40.000000000 +0100
++++ abrt-2.1.1.new/src/plugins/python_event.conf	2013-03-05 10:04:37.763247228 +0100
+@@ -16,17 +16,9 @@
+                 -c /etc/libreport/plugins/bugzilla.conf
+         # TODO? -F /etc/libreport/plugins/bugzilla_format_python.conf
+ 
+-# Send micro report
+-EVENT=report_uReport analyzer=Python
+-        /usr/libexec/abrt-action-ureport
+-
+-# update ABRT database after successful report to bugzilla
+-EVENT=post_report analyzer=Python
+-        reporter-ureport -r
+-
+ # Reporting of python exceptions
+ EVENT=report-gui analyzer=Python
+-        report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
+ 
+ EVENT=report-cli analyzer=Python
+-        report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
++        report-cli -e report_Bugzilla -- "$DUMP_DIR"

diff --git a/abrt.spec b/abrt.spec
index 0b24ba0..1bede28 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -25,7 +25,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -33,6 +33,7 @@ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 # don't remove this patch, packages in rawhide are not signed!
 Patch0: abrt-rhelkeys.patch
 Patch1: disable_gpg_check.patch
+Patch2: abrt-2.1.1-hide_all_ureport_stuff.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
 BuildRequires: rpm-devel >= 4.6
@@ -257,6 +258,7 @@ problems handled by ABRT in Python.
 #RHEL
 %if 0%{?rhel} >= 7
 %patch0 -p1 -b .rhel_gpg
+%patch2 -p1 -b .ureport
 %endif
 #Fedora
 %patch1 -p1 -b .gpgcheck
@@ -728,6 +730,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
 %changelog
+* Fri Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-2
+- remove ureport events from the reporting workflow in RHEL
+
 * Fri Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-1
 - add SETGID bit to abrt-action-install-debuginfo-to-abrt-cache
 - add abrt-desktop depency on libreport-fedora

                 reply	other threads:[~2026-08-03 11:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178575503252.1.18184278081176719989.rpms-abrt-d39e70cd908a@fedoraproject.org \
    --to=jfilak@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox