Nicolas Massé 1 month ago
parent
commit
bddd30e428
  1. 5
      centos-10/SPECS/libvirt.spec
  2. 1
      centos-9/.copr/mock_chroot.cfg

5
centos-10/SPECS/libvirt.spec

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

1
centos-9/.copr/mock_chroot.cfg

@ -1 +0,0 @@
config_opts['macros']['%with_storage_zfs'] = '1'
Loading…
Cancel
Save