From 3c188c429dd3b300e9154001261d6a6bf9f245e1 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Wed, 13 Aug 2025 07:49:41 +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 | 7 ++++++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 116a7cc..deb4ccd 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 3d0c607..1fb3da7 100644 --- a/normal_riscv64.xml +++ b/normal_riscv64.xml @@ -1083,7 +1083,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 6dc353d..06ab865 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 f1cab55..7887701 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -15,7 +15,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.3.0 -Release: 13 +Release: 14 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -235,6 +235,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Aug 13 2025 Wangmian - 3.3.0-14 +- ID:NA +- SUG:NA +- DESC: use python3-file-magic instead of python3-magic + * Mon Aug 11 2025 Liu Wang <1823363429@qq.com> - 3.3.0-13 - ID:NA - SUG:NA -- Gitee