From 9e5097bcc7fab8c863eb005a731fdb2b39bcd315 Mon Sep 17 00:00:00 2001
From: Wang_M <815543835@qq.com>
Date: Thu, 10 Apr 2025 09:04:49 +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 308b03e..508168c 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 a70d00f..d943076 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 404e422..d3c5807 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: 4
+Release: 5
BuildRoot: %{_tmppath}/%{name}
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -173,6 +173,11 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
+* Thu Apr 10 2025 wangmian - 3.1.0-5
+- ID:NA
+- SUG:NA
+- DESC: update rpmlist.xml
+
* Wed Jul 10 2024 wangchong - 3.1.0-4
- ID:NA
- SUG:NA
--
Gitee