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

11
centos-10/SPECS/libvirt.spec

@ -76,11 +76,16 @@
%define with_storage_gluster 0 %define with_storage_gluster 0
%endif %endif
# Fedora had zfs-fuse until F43 # Local overrides for Copr
%if 0%{?fedora} && 0%{?fedora} < 43 %if 0%{?copr_projectname:1}
%define with_storage_zfs 0%{!?_without_storage_zfs:1} %define with_storage_zfs 1
%else %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 %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}

1
centos-9/.copr/mock_chroot.cfg

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