From 279a1ad6387c1a4e7aaad104e3670fd7cf841432 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 8 Dec 2023 17:12:04 +0800 Subject: [PATCH] modify patch number for 2203-lts-sp3 --- migration-tools.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/migration-tools.spec b/migration-tools.spec index 8a0132e..d8f1068 100644 --- a/migration-tools.spec +++ b/migration-tools.spec @@ -1,6 +1,6 @@ Name: migration-tools 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 License: MulanPSL-2.0 Source0: ut-Migration-tools.tar.gz @@ -27,9 +27,9 @@ Migration software server side %prep %setup -c -%patch 0 -p1 -%patch 1 -p1 -%patch 2 -p1 +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %install rm -rf %{buildroot} @@ -65,6 +65,9 @@ rm -rf /usr/lib/systemd/system/migration-tools-server.service /usr/lib/migration-tools-server %changelog +* Fri Dec 08 2023 lixin - 1.0.0-5 +- rebuild: modify patch number to adapt 22.03-lts-sp3 + * Wed Sep 06 2023 lixin - 1.0.0-4 - fix: fix uefi boot failed - fix: modify grub rules to match NIC name after migration -- Gitee