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 - 2.0.4-2 +- enable bugzilla for kerneloops rhbz#725970 +- Resolves: #725970 + * Thu Jul 21 2011 Jiri Moskovcak - 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