From 982f515c621632729cfb24761b1ff7db21a2b717 Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 14:51:46 +0800 Subject: [PATCH] add BuildRequire systemd --- security-tool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security-tool.spec b/security-tool.spec index 80f6e97..e1a71f6 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.52 +Release: 1.53 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 @@ -120,6 +121,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Wed Mar 30 2022 ouyangminxiang - 2.0-1.53 +- add BuildRequire: systemd + * Mon Feb 7 2022 renmingshuai - 2.0-1.52 - remove sha1 in sshd_config -- Gitee