]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: enable support for cephfs-shell by default via EPEL9
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 30 Nov 2023 01:12:45 +0000 (20:12 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 11 Dec 2023 16:31:43 +0000 (11:31 -0500)
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 <pdonnell@redhat.com>
(cherry picked from commit d63d96f8bcda08990bc3be28c9a835d6c836f0a3)

ceph.spec.in

index f0dd8e8a941a5826ef861a1231501662f19b51c7..414963e2e4ca8f4df21976329b7bbbf1036237cb 100644 (file)
@@ -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