use abrt for RHEL

This commit is contained in:
Than Ngo 2009-09-21 15:47:17 +00:00
parent 92d17c693f
commit e13e8c2cd3
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up kdelibs-4.3.1/kdeui/util/kcrash.cpp.orig kdelibs-4.3.1/kdeui/util/kcrash.cpp
--- kdelibs-4.3.1/kdeui/util/kcrash.cpp.orig 2009-09-21 17:42:19.000000000 +0200
+++ kdelibs-4.3.1/kdeui/util/kcrash.cpp 2009-09-21 17:43:44.000000000 +0200
@@ -67,7 +67,7 @@ static char *s_autoRestartCommand = 0;
static char *s_appPath = 0;
static char *s_drkonqiPath = 0;
static KCrash::CrashFlags s_flags = 0;
-static bool s_launchDrKonqi = true;
+static bool s_launchDrKonqi = false;
namespace KCrash
{

View File

@ -4,7 +4,7 @@
Summary: K Desktop Environment 4 - Libraries
Version: 4.3.1
Release: 5%{?dist}
Release: 6%{?dist}
Name: kdelibs
Epoch: 6
@ -77,6 +77,7 @@ Patch21: kdelibs-4.3.1-ossl-1.x.patch
Patch22: kdelibs-4.3.0-bookmarks.patch
# http://bugs.kde.org/186763
Patch23: kdelibs-4.3.1-kde186763.patch
Patch24: kdelibs-4.3.1-drkonq.patch
# upstream
# 4.3 branch
@ -197,6 +198,9 @@ format for easy browsing.
%patch21 -p1 -b .ossl-1.x
%patch22 -p1 -b .bookmarks
%patch23 -p1 -b .kde186763
%if 0%{?rhel} > 5
%patch24 -p1 -b .drkonq
%endif
# upstream patches
# 4.3
@ -388,6 +392,9 @@ rm -rf %{buildroot}
%changelog
* Mon Sep 21 2009 Than Ngo <than@redhat.com> - 4.3.1-6
- use abrt for RHEL
* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
- groupdav connect to egroupware failed (kde#186763)