|
|
@ -76,12 +76,17 @@ |
|
|
%define with_storage_gluster 0 |
|
|
%define with_storage_gluster 0 |
|
|
%endif |
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
# Local overrides for Copr |
|
|
|
|
|
%if 0%{?copr_projectname:1} |
|
|
|
|
|
%define with_storage_zfs 1 |
|
|
|
|
|
%else |
|
|
# Fedora had zfs-fuse until F43 |
|
|
# Fedora had zfs-fuse until F43 |
|
|
%if 0%{?fedora} && 0%{?fedora} < 43 |
|
|
%if 0%{?fedora} && 0%{?fedora} < 43 |
|
|
%define with_storage_zfs 0%{!?_without_storage_zfs:1} |
|
|
%define with_storage_zfs 0%{!?_without_storage_zfs:1} |
|
|
%else |
|
|
%else |
|
|
%define with_storage_zfs 0 |
|
|
%define with_storage_zfs 0 |
|
|
%endif |
|
|
%endif |
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
%define with_storage_iscsi_direct 0%{!?_without_storage_iscsi_direct:1} |
|
|
%define with_storage_iscsi_direct 0%{!?_without_storage_iscsi_direct:1} |
|
|
# libiscsi has been dropped in RHEL-9 |
|
|
# libiscsi has been dropped in RHEL-9 |
|
|
|