change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1
This commit is contained in:
parent
77f9c4478a
commit
dcdd38bc28
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user