!64 replace agent with func diractory

From: @xuezhizone 
Reviewed-by: @xingwei-liu 
Signed-off-by: @xingwei-liu
This commit is contained in:
openeuler-ci-bot 2024-11-04 05:48:23 +00:00 committed by Gitee
commit 449cd2b181
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 350 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
Name: migration-tools
Version: 1.0.2
Release: 10
Release: 11
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
@ -17,6 +17,7 @@ Patch6: 0007-add-function-to-import-machine.patch
Patch7: 0008-add-agent_info-table-in-database.patch
Patch8: 0009-add-task_stream-table-in-database.patch
Patch10: 0010-create-task-stream-interface.patch
Patch11: 0011-replace-agent-with-func-diractory.patch
BuildArch: noarch
BuildRequires: systemd
@ -115,6 +116,9 @@ rm -rf /usr/bin/migration-tools
%endif
%changelog
* Mon Nov 4 2024 xuezhixin <xuezhixin@uniontech.com> - 1.0.2-11
- 0011-replace-agent-with-func-diractory.patch
* Mon Nov 4 2024 xuezhixin <xuezhixin@uniontech.com> - 1.0.2-10
- 0010-create-task-stream-interface.patch