public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri Moskovcak <jmoskovc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: enabled bugzilla as a target for kerneloops rhbz#725970
Date: Mon, 03 Aug 2026 11:03:26 GMT	[thread overview]
Message-ID: <178575500613.1.15806555778561414925.rpms-abrt-0037b8245f83@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 0037b8245f8395b1a0fa69e21e5f5c22a958113c
Author : Jiri Moskovcak <jmoskovc@redhat.com>
Date   : 2011-09-14T13:39:13+02:00
Stats  : +18/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/0037b8245f8395b1a0fa69e21e5f5c22a958113c?branch=update-2.17.9-f44

Log:
enabled bugzilla as a target for kerneloops rhbz#725970

---
diff --git a/abrt.spec b/abrt.spec
index 239c5cb..91a5360 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -10,7 +10,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -22,6 +22,7 @@ Patch0: 0001-abrt-gui-launch-reporter-children-with-LIBREPORT_GET.patch
 Patch1: 0002-gui-split-the-main-window-in-2-panes-reported-not-re.patch
 Patch2: 0004-install-debuginfo-ask-before-downloading.patch
 Patch3: blacklist.patch
+Patch4: enable_bz_for_oops.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: rpm-devel >= 4.6
@@ -167,6 +168,7 @@ Virtual package to make easy default installation on desktop environments.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1 -b .oops_to_bz
 
 %build
 autoconf
@@ -442,6 +444,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 
 %changelog
+* Fri Aug 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-2
+- enable bugzilla for kerneloops rhbz#725970
+- Resolves: #725970
+
 * Thu Jul 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-1
 - new upstream version
 - resolves wrong provs/obsolete rhbz#723376

diff --git a/enable_bz_for_oops.patch b/enable_bz_for_oops.patch
new file mode 100644
index 0000000..eac857e
--- /dev/null
+++ b/enable_bz_for_oops.patch
@@ -0,0 +1,11 @@
+--- abrt-2.0.4/src/plugins/koops_event.conf	2011-07-19 16:59:38.000000000 +0200
++++ abrt-2.0.4_/src/plugins/koops_event.conf	2011-08-19 11:04:05.485464706 +0200
+@@ -8,4 +8,7 @@ EVENT=post-create analyzer=Kerneloops
+ #EVENT=post-create analyzer=Kerneloops  abrt-action-kerneloops
+ 
+ # report
+-EVENT=report_Kerneloops analyzer=Kerneloops abrt-action-kerneloops
++EVENT=report_Kerneloops analyzer=Kerneloops reporter-kerneloops
++
++#fedora
++EVENT=reporter_Bugzilla analyzer=Kerneloops reporter-bugzilla

                 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=178575500613.1.15806555778561414925.rpms-abrt-0037b8245f83@fedoraproject.org \
    --to=jmoskovc@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