From 5b67144ab985bab42ddb87ef759144301926d585 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Fri, 5 Dec 2025 09:57:06 +0800 Subject: [PATCH] use python3-file-magic instead of python3-magic --- normal_aarch64.xml | 2 +- normal_ppc64le.xml | 2 +- normal_x86_64.xml | 2 +- oemaker.spec | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 308b03e..508168c 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -1155,7 +1155,7 @@ libcurl-devel libjpeg-turbo libjpeg-turbo-devel - python3-magic + python3-file-magic diff --git a/normal_ppc64le.xml b/normal_ppc64le.xml index 3c7ea93..d2e4d60 100644 --- a/normal_ppc64le.xml +++ b/normal_ppc64le.xml @@ -1044,7 +1044,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 a70d00f..d943076 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -1156,7 +1156,7 @@ libcurl-devel libjpeg-turbo libjpeg-turbo-devel - python3-magic + python3-file-magic diff --git a/oemaker.spec b/oemaker.spec index 530fe95..1da814a 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.1.0 -Release: 12 +Release: 13 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -193,6 +193,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Fri Dec 5 2025 wangmian - 3.1.0-13 +- ID:NA +- SUG:NA +- DESC: use python3-file-magic instead of python3-magic + * Thu Dec 5 2024 zhaolichang - 3.1.0-12 - ID:NA - SUG:NA -- Gitee