Fix broken scriptlet
there's a missing fi in %preun scriptlet that only affects EL6 build
This commit is contained in:
parent
8eb4ca434e
commit
456d15d144
@ -202,6 +202,7 @@ service %{name} stop &> /dev/null
|
|||||||
chkconfig --del %{name} &> /dev/null
|
chkconfig --del %{name} &> /dev/null
|
||||||
service %{name}-sentinel stop &> /dev/null
|
service %{name}-sentinel stop &> /dev/null
|
||||||
chkconfig --del %{name}-sentinel &> /dev/null
|
chkconfig --del %{name}-sentinel &> /dev/null
|
||||||
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
Loading…
Reference in New Issue
Block a user