replace agent with func diractory

This commit is contained in:
xuezhixin 2024-11-04 13:34:18 +08:00
parent 6a4c50bf20
commit 2dc95c0bd3
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