SHA256
1
0
forked from pool/libvirt

Accepting request 82460 from home:jengelh:nl

- Select libnl-1_1-devel

OBS-URL: https://build.opensuse.org/request/show/82460
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=153
This commit is contained in:
James Fehlig 2011-09-16 18:32:42 +00:00 committed by Git OBS Bridge
parent e910448849
commit 7bab0b57b5
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
- Select libnl-1_1-devel
-------------------------------------------------------------------
Wed Sep 14 17:18:36 MDT 2011 - jfehlig@suse.com

View File

@ -238,7 +238,7 @@ BuildRequires: libssh2-devel
BuildRequires: libyajl-devel
%endif
%if %{with_macvtap}
BuildRequires: libnl-devel
BuildRequires: libnl-1_1-devel
%endif
%if %{with_esx}
BuildRequires: libcurl-devel
@ -261,7 +261,7 @@ BuildRequires: ebtables
BuildRequires: libpcap-devel
%endif
%if %{with_libnl}
BuildRequires: libnl-devel
BuildRequires: libnl-1_1-devel
%endif
%if %{with_storage_fs}
# For mount/umount in FS driver
@ -469,6 +469,7 @@ Authors:
Karel Zak <kzak@redhat.com>
%if %{with_python}
%package python
License: LGPLv2.1+
Summary: A C toolkit to interract with the virtualization capabilities of Linux
@ -774,6 +775,7 @@ fi
%postun client -p /sbin/ldconfig
%if %{with_libvirtd}
%files
%defattr(-, root, root)
%{_sbindir}/libvirtd
@ -903,6 +905,7 @@ fi
%doc %{_docdir}/%{name}/html
%if %{with_python}
%files python
%defattr(-, root, root)
%doc %{_docdir}/%{name}-python