diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 308b03e02cc7133649278cc24fde4c591b74595f..508168cdfcbb9dd0ec4b8e5c5d1939179ed79aac 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 3c7ea93317aeab4e34c7f8f95843e699d21ba9ea..d2e4d60f268fc3248283b6a1f6d0700fcc5edcd6 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 a70d00fc5deba7c011c3ac8127e8a5d1e3e8159e..d943076e597f2652473a6074a842b351fd3bbf96 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 530fe95648e7083530342955071a06edd7835412..1da814ad795a1e280201883fb2cecd8d3c1ce91d 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