From 5b34aebaa30137f5614511488b5ccfeb1f41ed98 Mon Sep 17 00:00:00 2001 From: zhangjian Date: Fri, 25 Apr 2025 04:09:35 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic Signed-off-by: zhangjian --- 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 4b1cdcf..9ecae22 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 d029907..db16e4b 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 6532c7d..4c4fa0b 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 2856081..4db89a7 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 a245b88..371245a 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: 8 +Release: 9 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -234,6 +234,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Fri Apr 25 2025 zhangjian - 3.3.0-9 +-ID:NA +-SUG:NA +-DESC: use python3-file-magic instead of python3-magic + * Tue Apr 22 2025 Liu Wang <1823363429@qq.com> - 3.3.0-8 -ID:NA -SUG:NA -- Gitee