From 0f3f0e799e256450046af0b4f002142744c709d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=8D=8E=E6=AD=86?= <1539327763@qq.com> Date: Fri, 4 Jun 2021 11:44:32 +0800 Subject: [PATCH] dont remove .autorelabel after install https://gitee.com/open_euler/dashboard?issue_id=I3TNCI --- selinux-policy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index d45cdba..5c0131f 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.2 -Release: 72 +Release: 73 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -431,7 +431,6 @@ SELINUXTYPE=targeted else . %{_sysconfdir}/selinux/config fi - rm -f /.autorelabel exit 0 %postun @@ -773,6 +772,9 @@ exit 0 %endif %changelog +* Thu Jun 3 2021 luhuaxin <1539327763@qq.com> - 3.14.2-73 +- dont remove .autorelabel after install + * Mon May 31 2021 luhuaxin <1539327763@qq.com> - 3.14.2-72 - backport some upstream patches backport-Allow-systemd-logind-dbus-chat-with-fwupd.patch