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: testing/wip-pdonnell-testing-20240430.123648-reef-debug~380^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f0673383950296993250e4f884d3bd731ad4fb58;p=ceph-ci.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 (cherry picked from commit d63d96f8bcda08990bc3be28c9a835d6c836f0a3) --- diff --git a/ceph.spec.in b/ceph.spec.in index f0dd8e8a941..414963e2e4c 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