commit libvirt for openSUSE:Factory
Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at Tue Jan 25 10:10:32 CET 2011. -------- --- libvirt/libvirt.changes 2011-01-14 23:41:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/libvirt/libvirt.changes 2011-01-18 17:27:27.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 18 09:25:18 MST 2011 - jfehlig@novell.com + +- Enabled yajl for suse_version >= 1140 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.atd2bK/_old 2011-01-25 10:09:19.000000000 +0100 +++ /var/tmp/diff_new_pack.atd2bK/_new 2011-01-25 10:09:19.000000000 +0100 @@ -39,22 +39,22 @@ %define with_selinux 1 %define with_apparmor 0 # options -# still no yajl json library -%define with_yajl 0 -%if 0%{?suse_version} >= 1130 -%define with_capng 1 -%else -%define with_capng 0 -%endif %if 0%{?suse_version} >= 1140 +%define with_yajl 1 %define with_netcf 1 %define with_macvtap 1 %define with_virtualport 1 %else +%define with_yajl 0 %define with_netcf 0 %define with_macvtap 0 %define with_virtualport 0 %endif +%if 0%{?suse_version} >= 1130 +%define with_capng 1 +%else +%define with_capng 0 +%endif %if 0%{?suse_version} > 1110 %define with_udev 1 %define with_hal 0 @@ -145,7 +145,7 @@ Group: Development/Libraries/C and C++ AutoReqProv: yes Version: 0.8.7 -Release: 1 +Release: 2 Summary: A C toolkit to interract with the virtualization capabilities of Linux # The client side, i.e. shared libs and virsh are in a subpackage Requires: %{name}-client = %{version}-%{release} @@ -158,6 +158,9 @@ Recommends: dnsmasq Recommends: open-iscsi Recommends: nfs-client +%if %{with_yajl} +Requires: libyajl +%endif %if %{with_hal} Requires: hal %endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de