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:
James Fehlig 2011-09-16 19:30:03 +00:00 committed by Git OBS Bridge
parent a79608401d
commit bdf4063832

View File

@ -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