8a8645
From 8394acb416a48cdac9a8000aa8a63736814ac71b Mon Sep 17 00:00:00 2001
8a8645
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
8a8645
Date: Fri, 17 Aug 2018 16:18:21 +0200
8a8645
Subject: [PATCH] plugin "general" from sos has been split into two new plugins
8a8645
8a8645
This resolves BZ 1608444
8a8645
---
8a8645
 abrt.spec.in                     | 1 +
8a8645
 src/plugins/sosreport_event.conf | 2 +-
8a8645
 2 files changed, 2 insertions(+), 1 deletion(-)
8a8645
8a8645
diff --git a/abrt.spec.in b/abrt.spec.in
8a8645
index de54f121..65d55510 100644
8a8645
--- a/abrt.spec.in
8a8645
+++ b/abrt.spec.in
8a8645
@@ -96,6 +96,7 @@ BuildRequires: python3-humanize
8a8645
 
8a8645
 Requires: libreport >= %{libreport_ver}
8a8645
 Requires: satyr >= %{satyr_ver}
8a8645
+Requires: sos >= 3.6
8a8645
 # these only exist on suse
8a8645
 %if 0%{?suse_version}
8a8645
 BuildRequires: dbus-1-glib-devel
8a8645
diff --git a/src/plugins/sosreport_event.conf b/src/plugins/sosreport_event.conf
8a8645
index 88ca26fe..5e366ec6 100644
8a8645
--- a/src/plugins/sosreport_event.conf
8a8645
+++ b/src/plugins/sosreport_event.conf
8a8645
@@ -7,7 +7,7 @@ EVENT=post-create remote!=1
8a8645
                 --only=filesys --only=hardware --only=kernel --only=libraries \
8a8645
                 --only=memory --only=networking --only=nfsserver --only=pam \
8a8645
                 --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
8a8645
-                --only=startup --only=yum --only=general --only=x11 \
8a8645
+                --only=startup --only=yum --only=date --only=host --only=x11 \
8a8645
                 --only=cups --only=logs --only=grub2 --only=cron --only=pci \
8a8645
                 --only=auditd --only=selinux --only=lvm2 --only=sar \
8a8645
                 --only=processor \
8a8645
-- 
8a8645
2.26.2
8a8645