This is actually a follow up patch for the PR #55054 and
commit
03e11acca048a43ce183be68a5db1c039b7ca485
and makes clean up for suse based distros.
Fixes: 03e11acca048a43ce183be68a5db1c039b7ca485
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
if [ "$INSTALL_EXTRA_PACKAGES" ]; then
$SUDO $zypp_install $INSTALL_EXTRA_PACKAGES
fi
- munge_ceph_spec_in $with_seastar false $for_make_check $DIR/ceph.spec
+ munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec
$SUDO $zypp_install $(rpmspec -q --buildrequires $DIR/ceph.spec) || exit 1
;;
*)