!107 dont remove .autorelabel after install

From: @HuaxinLuGitee
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2021-06-07 12:36:27 +08:00 committed by Gitee
commit 0908270225

View File

@ -12,7 +12,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.14.2 Version: 3.14.2
Release: 72 Release: 73
License: GPLv2+ License: GPLv2+
URL: https://github.com/fedora-selinux/selinux-policy/ URL: https://github.com/fedora-selinux/selinux-policy/
@ -431,7 +431,6 @@ SELINUXTYPE=targeted
else else
. %{_sysconfdir}/selinux/config . %{_sysconfdir}/selinux/config
fi fi
rm -f /.autorelabel
exit 0 exit 0
%postun %postun
@ -773,6 +772,9 @@ exit 0
%endif %endif
%changelog %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 * Mon May 31 2021 luhuaxin <1539327763@qq.com> - 3.14.2-72
- backport some upstream patches - backport some upstream patches
backport-Allow-systemd-logind-dbus-chat-with-fwupd.patch backport-Allow-systemd-logind-dbus-chat-with-fwupd.patch