!109 systemd:change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1

From: @openeuler-basic
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-06-03 17:54:36 +08:00 committed by Gitee
commit c80eb3ce8a

View File

@ -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 <shenyangyang4@huawei.com> - 248-6
- change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1
* Mon May 31 2021 hexiaowen<hexiaowen@huawei.com> - 248-5
- fix typo