|
|
aead79 |
From f148242412cdffaf98150f3c85b717f06b0b312b Mon Sep 17 00:00:00 2001
|
|
|
aead79 |
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
|
|
|
aead79 |
Date: Fri, 17 Aug 2018 16:18:21 +0200
|
|
|
aead79 |
Subject: [PATCH] plugin "general" from sos has been split into two new plugins
|
|
|
aead79 |
|
|
|
aead79 |
This resolves BZ 1608444
|
|
|
aead79 |
---
|
|
|
aead79 |
abrt.spec.in | 1 +
|
|
|
aead79 |
src/daemon/abrt_event.conf | 2 +-
|
|
|
aead79 |
2 files changed, 2 insertions(+), 1 deletion(-)
|
|
|
aead79 |
|
|
|
aead79 |
diff --git a/abrt.spec.in b/abrt.spec.in
|
|
|
aead79 |
index 33e50005..44b06683 100644
|
|
|
aead79 |
--- a/abrt.spec.in
|
|
|
aead79 |
+++ b/abrt.spec.in
|
|
|
aead79 |
@@ -79,6 +79,7 @@ BuildRequires: libselinux-devel
|
|
|
aead79 |
|
|
|
aead79 |
Requires: libreport >= %{libreport_ver}
|
|
|
aead79 |
Requires: satyr >= 0.11
|
|
|
aead79 |
+Requires: sos >= 3.6
|
|
|
aead79 |
# these only exist on suse
|
|
|
aead79 |
%if 0%{?suse_version}
|
|
|
aead79 |
BuildRequires: dbus-1-glib-devel
|
|
|
aead79 |
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
|
|
|
aead79 |
index 76d544ca..a8d03381 100644
|
|
|
aead79 |
--- a/src/daemon/abrt_event.conf
|
|
|
aead79 |
+++ b/src/daemon/abrt_event.conf
|
|
|
aead79 |
@@ -73,7 +73,7 @@ EVENT=post-create
|
|
|
aead79 |
--only=filesys --only=hardware --only=kernel --only=libraries \
|
|
|
aead79 |
--only=memory --only=networking --only=nfsserver --only=pam \
|
|
|
aead79 |
--only=process --only=rpm -k rpm.rpmva=off --only=ssh \
|
|
|
aead79 |
- --only=services --only=yum --only=general --only=x11 \
|
|
|
aead79 |
+ --only=services --only=yum --only=date --only=host --only=x11 \
|
|
|
aead79 |
--only=cups --only=logs --only=grub2 --only=cron --only=pci \
|
|
|
aead79 |
--only=auditd --only=selinux --only=lvm2 --only=sar \
|
|
|
aead79 |
--only=processor \
|
|
|
aead79 |
--
|
|
|
aead79 |
2.17.1
|
|
|
aead79 |
|