From 2d80b0c79c85589fa48ced9f0c47a7bd2fa20efc Mon Sep 17 00:00:00 2001 From: Wenhua Huang Date: Tue, 9 Jul 2024 16:26:16 +0800 Subject: [PATCH] Add BuildRequires systemd --- migration-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/migration-tools.spec b/migration-tools.spec index 97be4cc..63c67ba 100644 --- a/migration-tools.spec +++ b/migration-tools.spec @@ -1,6 +1,6 @@ Name: migration-tools Version: 1.0.1 -Release: 5 +Release: 6 License: MulanPSL-2.0 Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system Source0: migration-tools.tar.gz @@ -15,6 +15,7 @@ Patch2: 0003-adjust-the-display-sequence.patch Patch100: 100-CVE-2024-24892.patch BuildArch: noarch +BuildRequires: systemd %description UOS Migration Software @@ -112,6 +113,9 @@ rm -rf /usr/bin/migration-tools %endif %changelog +* Tue Jul 09 2024 Wenhua Huang - 1.0.1-6 +- add BuildRequires systemd + * Tue Apr 02 2024 lixin - 1.0.1-5 - adjust the display sequence -- Gitee