From b57076f617a5a4d90f64a88cdd96cc188ad3f623 Mon Sep 17 00:00:00 2001 From: xuezhixin Date: Thu, 20 Mar 2025 13:17:41 +0800 Subject: [PATCH] modify agent requires --- migration-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/migration-tools.spec b/migration-tools.spec index 71a0db3..d0b6038 100644 --- a/migration-tools.spec +++ b/migration-tools.spec @@ -1,6 +1,6 @@ Name: migration-tools Version: 1.0.3 -Release: 23 +Release: 24 License: MulanPSL-2.0 Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system Source0: %{name}-%{version}.tar.gz @@ -52,7 +52,7 @@ Requires: python3-paramiko Requires: openssl >= 1:1.0.2k-20 Requires: rsync Requires: python3-pyasn1 -Requires: yum-utils +Requires: /usr/bin/yumdownloader #Requires: python3-PyMySQL %description -n migration-tools-agent @@ -132,6 +132,9 @@ rm -rf /usr/bin/migration-tools %endif %changelog +* Thu Mar 20 2025 xuezhixin - 1.0.3-24 +- update requres + * Thu Feb 27 2025 xuezhixin - 1.0.3-23 - 0023-fix-2403-can-not-start-systemd-logind-service.patch -- Gitee