diff --git a/migration-tools.spec b/migration-tools.spec index 02a096a493d295821a15ab29d0f8899f71aca71b..2bdbf458f9671204f5170c92966df14977cfbda0 100644 --- a/migration-tools.spec +++ b/migration-tools.spec @@ -1,8 +1,7 @@ Name: migration-tools Version: 1.0.0 -Release: 2 +Release: 3 Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system - License: MulanPSL-2.0 Source0: ut-Migration-tools.tar.gz Patch0: 0001-fix-export-error-and-no-migration-details-issue.patch @@ -10,23 +9,20 @@ BuildArch: noarch %description UOS Migration Software - %package -n migration-tools-server -Summary: migration-tools-server -License: MulanPSL-2.0 -Requires:python3 -Requires:python3-pip -Requires:sshpass -Requires:python3-paramiko -Requires:python3-flask -Requires:python3-requests - +Summary: migration-tools-server +License: MulanPSL-2.0 +Requires: python3 +Requires: python3-pip +Requires: sshpass +Requires: python3-paramiko +Requires: python3-flask +Requires: python3-requests %description -n migration-tools-server Migration software server side - %prep %setup -c %patch 0 -p1 @@ -37,7 +33,6 @@ mkdir -p $RPM_BUILD_ROOT/usr/lib/migration-tools-server mkdir -p $RPM_BUILD_ROOT/var/tmp/uos-migration %{__mkdir_p} $RPM_BUILD_ROOT/etc/migration-tools - cp -r ut-Migration-tools/* $RPM_BUILD_ROOT/usr/lib/migration-tools-server/ # Install server config @@ -54,7 +49,6 @@ systemctl daemon-reload systemctl restart migration-tools-server.service systemctl enable migration-tools-server.service - %postun -n migration-tools-server systemctl disable migration-tools-server.service rm -rf /usr/lib/migration-tools-server/ @@ -62,13 +56,14 @@ rm -rf /usr/lib/migration-tools rm -rf /usr/bin/migration-tools rm -rf /usr/lib/systemd/system/migration-tools-server.service - %files -n migration-tools-server /etc/migration-tools /usr/lib/migration-tools-server - %changelog +* Tue Aug 22 2023 lixin - 1.0.0-3 +- feat: add aarch64 agent package + * Mon Aug 21 2023 lixin - 1.0.0-2 - fix export log and migration report error - fix no migration detail error diff --git a/ut-Migration-tools.tar.gz b/ut-Migration-tools.tar.gz index 2178eb75295fe1011b52a7ff286187dad345b855..6d213580b9484a3b1effd0d911f533a43718267e 100644 Binary files a/ut-Migration-tools.tar.gz and b/ut-Migration-tools.tar.gz differ