Blame SOURCES/0311-plugin-general-from-sos-has-been-split-into-two-new-.patch

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