28 lines
1 KiB
Diff
28 lines
1 KiB
Diff
From ff1247985a71c7f3313e73177ba28a88abf0591b Mon Sep 17 00:00:00 2001
|
|
From: Jakub Filak <jfilak@redhat.com>
|
|
Date: Tue, 14 Jan 2014 08:32:48 +0100
|
|
Subject: [ABRT PATCH 7/7] collect installed RPM details in sosreport
|
|
|
|
Closes rhbz#1048210
|
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
---
|
|
src/daemon/abrt_event.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
|
|
index 2aecb2a..8a8e862 100644
|
|
--- a/src/daemon/abrt_event.conf
|
|
+++ b/src/daemon/abrt_event.conf
|
|
@@ -72,7 +72,7 @@ EVENT=post-create
|
|
--only=anaconda --only=boot --only=devicemapper \
|
|
--only=filesys --only=hardware --only=kernel --only=libraries \
|
|
--only=memory --only=networking --only=nfsserver --only=pam \
|
|
- --only=process --only=ssh \
|
|
+ --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
|
|
--only=startup --only=yum --only=general --only=x11 \
|
|
>sosreport.log 2>&1 \
|
|
&& {
|
|
--
|
|
1.8.3.1
|
|
|