From d63d96f8bcda08990bc3be28c9a835d6c836f0a3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 29 Nov 2023 20:12:45 -0500 Subject: [PATCH] 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 3807f48280e95..2420c762b9aaa 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 -- 2.39.5