From 14d5ff0cb717a5d05f97f6f29df42ce6dae6351d Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Wed, 13 Aug 2025 07:58:15 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic Signed-off-by: Wang_M <815543835@qq.com> --- sos.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sos.spec b/sos.spec index 5da41ee..7ff9294 100644 --- a/sos.spec +++ b/sos.spec @@ -2,7 +2,7 @@ Name: sos Version: 4.8.1 -Release: 1 +Release: 2 Summary: A set of tools to gather troubleshooting information from a system License: GPLv2+ URL: https://github.com/sosreport/sos @@ -16,7 +16,7 @@ Patch9004: add-Kylin-OS-support.patch BuildRequires: python3-devel gettext Requires: bzip2 xz python3-rpm tar python3-pexpect -Requires: python3-magic +Requires: python3-file-magic Recommends: python3-pyyaml BuildArch: noarch @@ -67,6 +67,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %{_mandir}/man5/* %changelog +* Wed Aug 13 2025 wangmian - 4.8.1-2 +- use python3-file-magic instead of python3-magic + * Thu Jul 10 2025 openeuler_bot - 4.8.1-1 - The `ceph` plugin commands collection is updated (version:4.8.1). - The `nvidia` plugin newly collects data from nvidia container toolkit (version:4.8.1). -- Gitee