Blame SPECS/0072-sos-use-services-instead-of-startup.patch

Packit Service 8a8a03
From 0a3ea24b2158f19342fce8523aeb2e26204bbcad Mon Sep 17 00:00:00 2001
Packit Service 8a8a03
From: Jakub Filak <jfilak@redhat.com>
Packit Service 8a8a03
Date: Fri, 16 Oct 2015 11:39:00 +0200
Packit Service 8a8a03
Subject: [PATCH] sos: use 'services' instead of 'startup'
Packit Service 8a8a03
Packit Service 8a8a03
The plugin has been renamed to 'services'.
Packit Service 8a8a03
Packit Service 8a8a03
Resolves: #1272005
Packit Service 8a8a03
Packit Service 8a8a03
Signed-off-by: Jakub Filak <jfilak@redhat.com>
Packit Service 8a8a03
---
Packit Service 8a8a03
 src/plugins/sosreport_event.conf | 2 +-
Packit Service 8a8a03
 1 file changed, 1 insertion(+), 1 deletion(-)
Packit Service 8a8a03
Packit Service 8a8a03
diff --git a/src/plugins/sosreport_event.conf b/src/plugins/sosreport_event.conf
Packit Service 8a8a03
index 5e366ec6..57eb6bcb 100644
Packit Service 8a8a03
--- a/src/plugins/sosreport_event.conf
Packit Service 8a8a03
+++ b/src/plugins/sosreport_event.conf
Packit Service 8a8a03
@@ -7,7 +7,7 @@ EVENT=post-create remote!=1
Packit Service 8a8a03
                 --only=filesys --only=hardware --only=kernel --only=libraries \
Packit Service 8a8a03
                 --only=memory --only=networking --only=nfsserver --only=pam \
Packit Service 8a8a03
                 --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
Packit Service 8a8a03
-                --only=startup --only=yum --only=date --only=host --only=x11 \
Packit Service 8a8a03
+                --only=services --only=yum --only=date --only=host --only=x11 \
Packit Service 8a8a03
                 --only=cups --only=logs --only=grub2 --only=cron --only=pci \
Packit Service 8a8a03
                 --only=auditd --only=selinux --only=lvm2 --only=sar \
Packit Service 8a8a03
                 --only=processor \
Packit Service 8a8a03
-- 
Packit Service 8a8a03
2.26.2
Packit Service 8a8a03