change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1
(cherry picked from commit 5f9878444222cdc9dd3e832fa198e3e7450e4bf8)
This commit is contained in:
parent
550586c7a4
commit
a56347b63c
10
systemd.spec
10
systemd.spec
@ -16,7 +16,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: https://www.freedesktop.org/wiki/Software/systemd
|
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 243
|
Version: 243
|
||||||
Release: 34
|
Release: 35
|
||||||
License: MIT and LGPLv2+ and GPLv2+
|
License: MIT and LGPLv2+ and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
|
|
||||||
@ -157,7 +157,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
|
||||||
@ -1509,6 +1509,12 @@ fi
|
|||||||
%exclude /usr/share/man/man3/*
|
%exclude /usr/share/man/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 27 2021 shenyangyang <shenyangyang4@huawei.com> - 246-35
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change requires to openssl-libs as post scripts systemctl requires libssl.so.1.1
|
||||||
|
|
||||||
* Mon May 10 2021 shenyangyang <shenyangyang4@huawei.com> - 246-34
|
* Mon May 10 2021 shenyangyang <shenyangyang4@huawei.com> - 246-34
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user