From ac335342af879f40ae687db04afa5c3d45a15929 Mon Sep 17 00:00:00 2001
From: Wang_M <815543835@qq.com>
Date: Thu, 10 Apr 2025 08:40:30 +0000
Subject: [PATCH] use python3-file-magic instead of python3-magic
---
normal_aarch64.xml | 2 +-
normal_loongarch64.xml | 2 +-
normal_riscv64.xml | 2 +-
normal_x86_64.xml | 2 +-
oemaker.spec | 3 +++
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/normal_aarch64.xml b/normal_aarch64.xml
index d7dc902..1386fb8 100644
--- a/normal_aarch64.xml
+++ b/normal_aarch64.xml
@@ -1087,7 +1087,7 @@
libcurl-devel
libjpeg-turbo
libjpeg-turbo-devel
- python3-magic
+ python3-file-magic
diff --git a/normal_loongarch64.xml b/normal_loongarch64.xml
index 2f20ce6..5319f4c 100644
--- a/normal_loongarch64.xml
+++ b/normal_loongarch64.xml
@@ -997,7 +997,7 @@
libcurl-devel
libjpeg-turbo
libjpeg-turbo-devel
- python3-magic
+ python3-file-magic
diff --git a/normal_riscv64.xml b/normal_riscv64.xml
index 175a94c..9a77228 100644
--- a/normal_riscv64.xml
+++ b/normal_riscv64.xml
@@ -1078,7 +1078,7 @@
libcurl-devel
libjpeg-turbo
libjpeg-turbo-devel
- python3-magic
+ python3-file-magic
diff --git a/normal_x86_64.xml b/normal_x86_64.xml
index 621d5b1..0ddc353 100644
--- a/normal_x86_64.xml
+++ b/normal_x86_64.xml
@@ -1087,7 +1087,7 @@
libcurl-devel
libjpeg-turbo
libjpeg-turbo-devel
- python3-magic
+ python3-file-magic
diff --git a/oemaker.spec b/oemaker.spec
index d8e4902..dacc11f 100644
--- a/oemaker.spec
+++ b/oemaker.spec
@@ -211,6 +211,9 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
+* Thu Apr 10 2025 wangmian - 3.2.0-12
+- use python3-file-magic instead of python3-magic
+
* Mon Dec 30 2024 Wenlong Zhang - 3.2.0-11
- ID:NA
- SUG:NA
--
Gitee