From 54d676c86d930f6bc3335363f4abd35fc8b0c70a Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Thu, 10 Apr 2025 09:08:32 +0000 Subject: [PATCH] use python3-file-magic instead of python3-magic --- normal_aarch64.xml | 2 +- normal_x86_64.xml | 2 +- oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index af171b3..8cced35 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_x86_64.xml b/normal_x86_64.xml index 8c754cd..2c60927 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 170d327..3fdcb0c 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: 2.0.3 -Release: 16 +Release: 17 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -136,6 +136,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Thu Apr 10 2025 wangmian - 2.0.3-17 +- ID:NA +- SUG:NA +- DESC: update rpmlist.xml + * Thu Dec 5 2024 zhaolichang - 2.0.3-16 - ID:NA - SUG:NA -- Gitee