diff --git a/libvirt.changes b/libvirt.changes index ea03392..b759943 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 794a0c8..6535a5a 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 %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