From 464e5fa9f6c5dafbffe149824c1400c21d5f5965 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 28 May 2021 15:55:34 +0800 Subject: [PATCH] Drop unnecessary telinit --- libsepol.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libsepol.spec b/libsepol.spec index e4e0727..aaf6547 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Name: libsepol Version: 3.1 -Release: 3 +Release: 4 Summary: SELinux binary policy manipulation library License: LGPLv2+ URL: https://github.com/SELinuxProject/selinux/wiki/Releases @@ -50,12 +50,9 @@ make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" install %preun -%post -/sbin/ldconfig -[ -x /sbin/telinit ] && [ -p /dev/initctl ] && /sbin/telinit U -exit 0 +%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -77,6 +74,9 @@ exit 0 %{_mandir}/man3/* %changelog +* Fri May 28 2021 panxiaohe - 3.1-4 +- Drop unnecessary telinit + * Mon Mar 15 2021 yangzhuangzhuang - 3.1-3 - fix heap-use-after-free in cil_yy_switch_to_buffer fix heap-use-after-free in __class_reset_perm_values() -- Gitee