!10 修复2203-lts-sp3编译失败的问题

From: @f16lx 
Reviewed-by: @xingwei-liu 
Signed-off-by: @xingwei-liu
This commit is contained in:
openeuler-ci-bot 2023-12-08 09:17:04 +00:00 committed by Gitee
commit 17e2bc1c9a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: migration-tools Name: migration-tools
Version: 1.0.0 Version: 1.0.0
Release: 4 Release: 5
Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system
License: MulanPSL-2.0 License: MulanPSL-2.0
Source0: ut-Migration-tools.tar.gz Source0: ut-Migration-tools.tar.gz
@ -27,9 +27,9 @@ Migration software server side
%prep %prep
%setup -c %setup -c
%patch 0 -p1 %patch0 -p1
%patch 1 -p1 %patch1 -p1
%patch 2 -p1 %patch2 -p1
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
@ -65,6 +65,9 @@ rm -rf /usr/lib/systemd/system/migration-tools-server.service
/usr/lib/migration-tools-server /usr/lib/migration-tools-server
%changelog %changelog
* Fri Dec 08 2023 lixin <lixinb@uniontech.com> - 1.0.0-5
- rebuild: modify patch number to adapt 22.03-lts-sp3
* Wed Sep 06 2023 lixin <lixinb@uniontech.com> - 1.0.0-4 * Wed Sep 06 2023 lixin <lixinb@uniontech.com> - 1.0.0-4
- fix: fix uefi boot failed - fix: fix uefi boot failed
- fix: modify grub rules to match NIC name after migration - fix: modify grub rules to match NIC name after migration