Blame SOURCES/0091-plugins-Update-sosreport-event.patch

68f15b
From 4cdb0a7de54b5aa2646169c33563a2e6545b580d Mon Sep 17 00:00:00 2001
68f15b
From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= <mgrabovs@redhat.com>
68f15b
Date: Tue, 31 Jan 2023 10:41:46 +0100
68f15b
Subject: [PATCH] plugins: Update sosreport event
68f15b
68f15b
- Run `sos report` in place of the obsolete `sosreport` command.
68f15b
- Switch to `dnf` plugin instead of `yum`.
68f15b
68f15b
Resolves rhbz#2137499
68f15b
---
68f15b
 src/plugins/sosreport_event.conf | 4 ++--
68f15b
 1 file changed, 2 insertions(+), 2 deletions(-)
68f15b
68f15b
diff --git a/src/plugins/sosreport_event.conf b/src/plugins/sosreport_event.conf
68f15b
index 88ca26fe..4799ff0a 100644
68f15b
--- a/src/plugins/sosreport_event.conf
68f15b
+++ b/src/plugins/sosreport_event.conf
68f15b
@@ -7,7 +7,7 @@
68f15b
                 --only=filesys --only=hardware --only=kernel --only=libraries \
68f15b
                 --only=memory --only=networking --only=nfs --only=pam \
68f15b
                 --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
68f15b
-                --only=services --only=yum --only=date --only=host --only=x11 \
68f15b
+                --only=services --only=dnf --only=date --only=host --only=x11 \
68f15b
                 --only=cups --only=logs --only=grub2 --only=cron --only=pci \
68f15b
                 --only=auditd --only=selinux --only=lvm2 --only=sar \
68f15b
                 --only=processor \
68f15b
-- 
68f15b
2.39.1
68f15b