!27 fix error in postun scriptlet

From: @panxh_purple
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2021-06-08 17:37:45 +08:00 committed by Gitee
commit c84edfb047

View File

@ -1,6 +1,6 @@
Name: sssd Name: sssd
Version: 2.2.2 Version: 2.2.2
Release: 8 Release: 9
Summary: System Security Services Daemon Summary: System Security Services Daemon
License: GPLv3+ and LGPLv3+ License: GPLv3+ and LGPLv3+
URL: https://pagure.io/SSSD/sssd/ URL: https://pagure.io/SSSD/sssd/
@ -551,15 +551,16 @@ fi
%systemd_postun_with_restart sssd-kcm.socket %systemd_postun_with_restart sssd-kcm.socket
%systemd_postun_with_restart sssd-kcm.service %systemd_postun_with_restart sssd-kcm.service
%systemd_postun_with_restart sssd-ifp.service %systemd_postun_with_restart sssd-ifp.service
/sbin/ldconfig
# Services have RefuseManualStart=true, therefore we can't request restart. # Services have RefuseManualStart=true, therefore we can't request restart.
%system_postun sssd-autofs.servece %systemd_postun sssd-autofs.service
%system_postun sssd-nss.service %systemd_postun sssd-nss.service
%system_postun sssd-pac.service %systemd_postun sssd-pac.service
%system_postun sssd-pam.service %systemd_postun sssd-pam.service
%system_postun sssd-ssh.service %systemd_postun sssd-ssh.service
%system_postun sssd-sudo.service %systemd_postun sssd-sudo.service
/sbin/ldconfig
%posttrans %posttrans
%systemd_postun_with_restart sssd.service %systemd_postun_with_restart sssd.service
@ -580,6 +581,9 @@ fi
%{_libdir}/%{name}/modules/libwbclient.so %{_libdir}/%{name}/modules/libwbclient.so
%changelog %changelog
* Tue Jun 8 2021 panxiaohe <panxiaohe@huawei.com> - 2.2.2-9
- fix error in postun scriptlet
* Sat Jun 5 2021 wangchen <wangchen137@huawei.com> - 2.2.2-8 * Sat Jun 5 2021 wangchen <wangchen137@huawei.com> - 2.2.2-8
- fix nss Collision with external nss symbol - fix nss Collision with external nss symbol