From: Patrick Donnelly Date: Thu, 30 Nov 2023 01:12:45 +0000 (-0500) Subject: ceph.spec.in: enable support for cephfs-shell by default via EPEL9 X-Git-Tag: v19.3.0~397^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d63d96f8bcda08990bc3be28c9a835d6c836f0a3;p=ceph.git ceph.spec.in: enable support for cephfs-shell by default via EPEL9 The required packages [1,2] are now at the right version and readily available. [1] https://packages.fedoraproject.org/pkgs/python-cmd2/python3-cmd2/epel-9.html [2] https://packages.fedoraproject.org/pkgs/python-colorama/python3-colorama/epel-9.html Fixes: https://tracker.ceph.com/issues/43393 Signed-off-by: Patrick Donnelly --- diff --git a/ceph.spec.in b/ceph.spec.in index 3807f48280e9..2420c762b9aa 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -98,7 +98,7 @@ %else %bcond_without jaeger %endif -%if 0%{?fedora} || 0%{?suse_version} >= 1500 +%if 0%{?fedora} || 0%{?suse_version} >= 1500 || 0%{?rhel} >= 9 # distros that ship cmd2 and/or colorama %bcond_without cephfs_shell %else