From 79747a9670d107e5ce329a4392493f5c7650b363 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Fri, 11 Apr 2025 01:10:26 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic (cherry picked from commit 7713031f6ebef699efc4f4b2a22b997e0436c968) --- sos.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sos.spec b/sos.spec index e1371d5..85c73c9 100644 --- a/sos.spec +++ b/sos.spec @@ -2,7 +2,7 @@ Name: sos Version: 4.5.6 -Release: 2 +Release: 3 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 +* Fri Apr 11 2025 wangmian - 4.5.6-3 +- use python3-file-magic instead of python3-magic + * Mon Nov 06 2023 jiangxinyu - 4.5.6-2 - add Kylin policy -- Gitee