change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1

This commit is contained in:
Yangyang Shen 2021-06-03 00:34:11 +08:00
parent 77f9c4478a
commit dcdd38bc28

View File

@ -20,7 +20,7 @@
Name: systemd Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 248 Version: 248
Release: 5 Release: 6
License: MIT and LGPLv2+ and GPLv2+ License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager Summary: System and Service Manager
@ -93,7 +93,7 @@ Requires(post): coreutils
Requires(post): sed Requires(post): sed
Requires(post): acl Requires(post): acl
Requires(post): grep Requires(post): grep
Requires(post): openssl Requires(post): openssl-libs
Requires(pre): coreutils Requires(pre): coreutils
Requires(pre): /usr/bin/getent Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/groupadd
@ -1530,6 +1530,9 @@ fi
%exclude /usr/share/man/man3/* %exclude /usr/share/man/man3/*
%changelog %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 * Mon May 31 2021 hexiaowen<hexiaowen@huawei.com> - 248-5
- fix typo - fix typo