mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
spec: Drop libiscsi support in RHEL-9
https://bugzilla.redhat.com/show_bug.cgi?id=1975677 Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
5f96ea10d4
commit
b3bbe5d8f5
@ -85,6 +85,10 @@
|
|||||||
%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
|
||||||
|
%if 0%{?rhel} > 8
|
||||||
|
%define with_storage_iscsi_direct 0
|
||||||
|
%endif
|
||||||
|
|
||||||
# Other optional features
|
# Other optional features
|
||||||
%define with_numactl 0%{!?_without_numactl:1}
|
%define with_numactl 0%{!?_without_numactl:1}
|
||||||
|
Loading…
Reference in New Issue
Block a user