mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix syntax error in the selinux-luna %postun script
It was missing a trailing fi. This bad syntax was preventing cleanup of the {free}ipa-selinux-luna SELinux module: Running scriptlet: freeipa-selinux-luna-4.12.0.dev202402211727+git0ee 34/44 /var/tmp/rpm-tmp.qoCDFi: line 16: syntax error: unexpected end of file warning: %postun(freeipa-selinux-luna-4.12.0.dev202402211727+git0eeecdcec-0.fc37.noarch) scriptlet failed, exit status Fixes: https://pagure.io/freeipa/issue/9629 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
efa5719363
commit
1b278de4ab
@ -1367,6 +1367,7 @@ fi
|
|||||||
%postun selinux-luna
|
%postun selinux-luna
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}-luna
|
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}-luna
|
||||||
|
fi
|
||||||
|
|
||||||
%posttrans selinux
|
%posttrans selinux
|
||||||
%selinux_relabel_post -s %{selinuxtype}
|
%selinux_relabel_post -s %{selinuxtype}
|
||||||
|
Loading…
Reference in New Issue
Block a user