The python3-ceph-smb-ctl package provides the ceph-smb-ctl CLI tool (and
requires needed deps) and is a weak dependency of python3-ceph-common.
However, since the container disables weak dependencies by default we
need to explicitly list it if we want it in the container image. Which
we do.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
source /etc/ceph-distro.env; \
if [ "$MAJOR" -le 9 ]; then \
echo "python3-saml" >> packages.txt; \
+ fi ; \
+ if [ "$MAJOR" -ge 10 ]; then \
+ echo "python3-ceph-smb-ctl" >> packages.txt; \
fi
# NFS-Ganesha