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}
|
%if %{with_yajl}
|
||||||
BuildRequires: libyajl-devel
|
BuildRequires: libyajl-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_macvtap}
|
|
||||||
%if 0%{?suse_version} < 1210
|
|
||||||
BuildRequires: libnl-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libnl-1_1-devel
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%if %{with_esx}
|
%if %{with_esx}
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
%endif
|
%endif
|
||||||
@ -274,8 +267,12 @@ BuildRequires: ebtables
|
|||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_libnl}
|
%if %{with_libnl}
|
||||||
|
%if 0%{?suse_version} < 1210
|
||||||
|
BuildRequires: libnl-devel
|
||||||
|
%else
|
||||||
BuildRequires: libnl-1_1-devel
|
BuildRequires: libnl-1_1-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{with_storage_fs}
|
%if %{with_storage_fs}
|
||||||
# For mount/umount in FS driver
|
# For mount/umount in FS driver
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user