!82 use python3-file-magic instead of python3-magic

From: @noodlesland 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2025-04-11 02:30:12 +00:00 committed by Gitee
commit aa285da734
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: lorax
Version: 34.1
Release: 6
Release: 7
Summary: A set of tools used to create bootable images
License: GPLv2+
URL: https://github.com/weldr/lorax
@ -39,7 +39,7 @@ Patch200: 0001-add-sw64-architecture.patch
Patch300: 0001-support-riscv64-for-lorax.patch
%endif
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
@ -242,6 +242,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/*.1*
%changelog
* Fri Apr 11 2025 wangmian <wangmian@h-partners.com> - 34.1-7
- use python3-file-magic instead of python3-magic
* Thu Jun 13 2024 ouuleilei <wangliu@iscas.ac.cn> - 34.1-6
- pylorax: Fix mksparse ftruncate size handling