diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 116a7cc81b5e376f7400e1046125d9ebdd3336d7..deb4ccdda52de1e1578bc9659fbc3894be2559c2 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 2f20ce6471d5c62b463c50156e48c68099a61867..5319f4c29eb22bf651b67fd1da91264e00a4bd53 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 3d0c6076487a804ecf0fb974e7a857157ac5c106..1fb3da7b500d21415abfc5bce89831abebfec202 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 6dc353da9f9e8361594b632e1543de20f58e9057..06ab8650c25c9dcd00385df28b86f88f130ce78e 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 f1cab55bd3218fbb2efe3a57ccb2b94b2b1c791d..7887701271a6fbbfce5e2f30e5df448740acfeaa 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