From a4ae52359093ee03fccd19cf9cdf953be68ba0f3 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Fri, 11 Apr 2025 00:56:23 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic --- sos.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sos.spec b/sos.spec index e1371d5..da0441f 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 10 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