mirror of
https://github.com/ceph/ceph
synced 2025-01-16 07:52:29 +00:00
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 <pdonnell@redhat.com>
This commit is contained in:
parent
b41399bcbc
commit
d63d96f8bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user