summaryrefslogtreecommitdiff
path: root/libvirt.spec.in
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-12-28 16:58:32 +0100
committerAndrea Bolognani <abologna@redhat.com>2022-01-03 11:39:19 +0100
commit868df2a7688031eab917410a30e17d085dfe5f29 (patch)
tree4db19185190708c001c724608b51f7f9ecbcefae /libvirt.spec.in
parent4b77b194069f048e6efdaf5d363098ae039dc4f5 (diff)
downloadlibvirt-868df2a7688031eab917410a30e17d085dfe5f29.tar.gz
spec: Drop BuildRequires on ZFS
We're no longer performing build time detection. Fixes: 506c3a39d6e645c8414c278ceaba97935f90cb95 Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 0180b4200c..e1f9333104 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -320,12 +320,6 @@ BuildRequires: glusterfs-devel >= 3.4.1
%if %{with_storage_sheepdog}
BuildRequires: sheepdog
%endif
-%if %{with_storage_zfs}
-# Support any conforming implementation of zfs. On stock Fedora
-# this is zfs-fuse, but could be zfsonlinux upstream RPMs
-BuildRequires: /sbin/zfs
-BuildRequires: /sbin/zpool
-%endif
%if %{with_numactl}
# For QEMU/LXC numa info
BuildRequires: numactl-devel