Browse Source

libvirt change source url & disable iscsi_direct (WIP)

Signed-off-by: virtbuilder_pel7x64builder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7x64builder0 4 years ago
parent
commit
18f367e4b6
  1. 4
      SPECS/libvirt.spec

4
SPECS/libvirt.spec

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
%define with_storage_gluster 1
%define with_storage_rbd 1
%define with_storage_zfs 0
%define with_storage_iscsi_direct 1
%define with_storage_iscsi_direct 0
%define with_fuse 1
%define with_sanlock 1
%define with_numad 1
@ -39,7 +39,7 @@ Version: 6.2.0 @@ -39,7 +39,7 @@ Version: 6.2.0
Release: 1%{?dist}
License: LGPLv2+
URL: https://libvirt.org/
Source: https://libvirt.org/sources/stable_updates/libvirt-%{version}.tar.xz
Source: https://libvirt.org/sources/libvirt-%{version}.tar.xz
Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-config-network = %{version}-%{release}
Requires: libvirt-daemon-config-nwfilter = %{version}-%{release}

Loading…
Cancel
Save