use python3-file-magic instead of python3-magic

This commit is contained in:
Wang_M 2025-04-11 01:30:58 +00:00
parent f0e9c1adf9
commit 4b0289a240

View File

@ -3,7 +3,7 @@
Name: lorax Name: lorax
Version: 33.6 Version: 33.6
Release: 11 Release: 12
Summary: A set of tools used to create bootable images Summary: A set of tools used to create bootable images
License: GPLv2+ License: GPLv2+
URL: https://github.com/weldr/lorax URL: https://github.com/weldr/lorax
@ -36,7 +36,7 @@ Patch100: 0001-support-loongarch-for-lorax.patch
Patch200: 0001-add-sw64-architecture.patch Patch200: 0001-add-sw64-architecture.patch
%endif %endif
BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic BuildRequires: python3-devel python3-sphinx_rtd_theme python3-file-magic
BuildRequires: python3-pytest-mock python3-pocketlint python3-gevent BuildRequires: python3-pytest-mock python3-pocketlint python3-gevent
BuildRequires: python3-mock python3-urllib3 python3-dnf python3-librepo BuildRequires: python3-mock python3-urllib3 python3-dnf python3-librepo
BuildRequires: python3-libselinux python3-mako python3-kickstart BuildRequires: python3-libselinux python3-mako python3-kickstart
@ -235,6 +235,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Fri Apr 11 2025 wangmian <wangmian19@h-partners.com> - 33.6-12
- Type:NA
- ID:NA
- SUG:NA
- DESC:use python3-file-magic instead of python3-magic
* Wed Jun 14 2023 yanglu <yanglu72@h-partners.com> - 33.6-11 * Wed Jun 14 2023 yanglu <yanglu72@h-partners.com> - 33.6-11
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA