Blob Blame History Raw
From f148242412cdffaf98150f3c85b717f06b0b312b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
Date: Fri, 17 Aug 2018 16:18:21 +0200
Subject: [PATCH] plugin "general" from sos has been split into two new plugins

This resolves BZ 1608444
---
 abrt.spec.in               | 1 +
 src/daemon/abrt_event.conf | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/abrt.spec.in b/abrt.spec.in
index 33e50005..44b06683 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -79,6 +79,7 @@ BuildRequires: libselinux-devel
 
 Requires: libreport >= %{libreport_ver}
 Requires: satyr >= 0.11
+Requires: sos >= 3.6
 # these only exist on suse
 %if 0%{?suse_version}
 BuildRequires: dbus-1-glib-devel
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 76d544ca..a8d03381 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -73,7 +73,7 @@ EVENT=post-create
                 --only=filesys --only=hardware --only=kernel --only=libraries \
                 --only=memory --only=networking --only=nfsserver --only=pam \
                 --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
-                --only=services --only=yum --only=general --only=x11 \
+                --only=services --only=yum --only=date --only=host --only=x11 \
                 --only=cups --only=logs --only=grub2 --only=cron --only=pci \
                 --only=auditd --only=selinux --only=lvm2 --only=sar \
                 --only=processor \
-- 
2.17.1