ok, final cleanup of spec file wrt libnl
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=158
This commit is contained in:
parent
a79608401d
commit
bdf4063832
11
libvirt.spec
11
libvirt.spec
@ -243,13 +243,6 @@ BuildRequires: libssh2-devel
|
||||
%if %{with_yajl}
|
||||
BuildRequires: libyajl-devel
|
||||
%endif
|
||||
%if %{with_macvtap}
|
||||
%if 0%{?suse_version} < 1210
|
||||
BuildRequires: libnl-devel
|
||||
%else
|
||||
BuildRequires: libnl-1_1-devel
|
||||
%endif
|
||||
%endif
|
||||
%if %{with_esx}
|
||||
BuildRequires: libcurl-devel
|
||||
%endif
|
||||
@ -274,8 +267,12 @@ BuildRequires: ebtables
|
||||
BuildRequires: libpcap-devel
|
||||
%endif
|
||||
%if %{with_libnl}
|
||||
%if 0%{?suse_version} < 1210
|
||||
BuildRequires: libnl-devel
|
||||
%else
|
||||
BuildRequires: libnl-1_1-devel
|
||||
%endif
|
||||
%endif
|
||||
%if %{with_storage_fs}
|
||||
# For mount/umount in FS driver
|
||||
BuildRequires: util-linux
|
||||
|
Loading…
Reference in New Issue
Block a user