From f9ed136a5048218e33c3e1d36d6d1312a3e5d375 Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Tue, 2 Aug 2022 14:06:09 +0800 Subject: [PATCH] Add systemd as buildrequires to solve the problem of package compilation errors --- security-tool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security-tool.spec b/security-tool.spec index c6c2621..5c9b3a0 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -1,7 +1,7 @@ Summary: openEuler Security Tool Name : security-tool Version: 2.0 -Release: 1.80 +Release: 1.81 Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz License: Mulan PSL v2 URL: https://gitee.com/openeuler/security-tool @@ -12,6 +12,7 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units BuildRequires: xauth +BuildRequires: systemd Patch0: Use-secure-MACs-and-KexAlgorithms.patch Patch1: do-not-create-allow-file-while-the-command-does-not-.patch @@ -121,6 +122,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Tue Aug 02 2022 ouyangminxiang - 2.0-1.81 +- Add systemd as buildrequires to solve the problem of package compilation errors + * Thu Jun 30 2022 zhengxiaoxiao - 2.0-1.80 - disabling the dependency on binutils -- Gitee