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

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