From c728401ecc8e7f232e0b86e67fa90d2f8ad1c301 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Wed, 13 Aug 2025 08:03:08 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic --- lorax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lorax.spec b/lorax.spec index 60837ea..9dbfa4a 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 34.1 -Release: 8 +Release: 9 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -33,7 +33,7 @@ Patch300: 0001-support-riscv64-for-lorax.patch Patch18: bugfix-add-certs-to-initrd.patch -BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic +BuildRequires: python3-devel python3-sphinx_rtd_theme python3-file-magic BuildRequires: python3-pytest python3-pytest-mock python3-pocketlint python3-gevent BuildRequires: python3-mock python3-urllib3 python3-dnf python3-librepo BuildRequires: python3-libselinux python3-mako python3-kickstart @@ -238,6 +238,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Wed Aug 13 2025 wangmian - 34.1-9 +- use python3-file-magic instead of python3-magic + * Sat Aug 02 2025 sunhai - 34.1-8 - Type:bugfix - ID:NA -- Gitee