[ABRT PATCH] SPEC: do not require abrt-retrace-client in RHEL

Jakub Filak jfilak at redhat.com
Tue Jul 30 10:12:16 UTC 2013


references RHBZ#917778

Signed-off-by: Jakub Filak <jfilak at redhat.com>
---
 abrt.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/abrt.spec.in b/abrt.spec.in
index 2ac2e64..71e12f0 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -122,8 +122,10 @@ Group: System Environment/Libraries
 Requires: cpio
 Requires: gdb >= 7.0-3
 Requires: elfutils
+%if 0%{!?rhel:1}
 # abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
 Requires: %{name}-retrace-client
+%endif
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-libs = %{version}-%{release}
 
-- 
1.8.3.1



More information about the Crash-catcher mailing list