enabled bugzilla as a target for kerneloops rhbz#725970
This commit is contained in:
parent
e42d842905
commit
0037b8245f
@ -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
|
||||
|
11
enable_bz_for_oops.patch
Normal file
11
enable_bz_for_oops.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user