From dcdd38bc28fc3aefcb3daf8c94987bc149a13cc7 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Thu, 3 Jun 2021 00:34:11 +0800 Subject: [PATCH] change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1 --- systemd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 9afff146..6c04f290 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 248 -Release: 5 +Release: 6 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -93,7 +93,7 @@ Requires(post): coreutils Requires(post): sed Requires(post): acl Requires(post): grep -Requires(post): openssl +Requires(post): openssl-libs Requires(pre): coreutils Requires(pre): /usr/bin/getent Requires(pre): /usr/sbin/groupadd @@ -1530,6 +1530,9 @@ fi %exclude /usr/share/man/man3/* %changelog +* Thu Jun 03 2021 shenyangyang - 248-6 +- change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1 + * Mon May 31 2021 hexiaowen - 248-5 - fix typo -- Gitee