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:
parent
e910448849
commit
7bab0b57b5
@ -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
|
Wed Sep 14 17:18:36 MDT 2011 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@ BuildRequires: libssh2-devel
|
|||||||
BuildRequires: libyajl-devel
|
BuildRequires: libyajl-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_macvtap}
|
%if %{with_macvtap}
|
||||||
BuildRequires: libnl-devel
|
BuildRequires: libnl-1_1-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_esx}
|
%if %{with_esx}
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -261,7 +261,7 @@ BuildRequires: ebtables
|
|||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_libnl}
|
%if %{with_libnl}
|
||||||
BuildRequires: libnl-devel
|
BuildRequires: libnl-1_1-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_storage_fs}
|
%if %{with_storage_fs}
|
||||||
# For mount/umount in FS driver
|
# For mount/umount in FS driver
|
||||||
@ -469,6 +469,7 @@ Authors:
|
|||||||
Karel Zak <kzak@redhat.com>
|
Karel Zak <kzak@redhat.com>
|
||||||
|
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||||
@ -774,6 +775,7 @@ fi
|
|||||||
%postun client -p /sbin/ldconfig
|
%postun client -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with_libvirtd}
|
%if %{with_libvirtd}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_sbindir}/libvirtd
|
%{_sbindir}/libvirtd
|
||||||
@ -903,6 +905,7 @@ fi
|
|||||||
%doc %{_docdir}/%{name}/html
|
%doc %{_docdir}/%{name}/html
|
||||||
|
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc %{_docdir}/%{name}-python
|
%doc %{_docdir}/%{name}-python
|
||||||
|
Loading…
Reference in New Issue
Block a user