diff --git a/systemd.spec b/systemd.spec index 9afff146fce541827b5576254ee706fc0c5aef92..6c04f290f32951fe1a232c4838507d679743b6be 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