From 91ef7e8b5c6a3f6d8888ccd538d02653894779937d20eab8108d8d0ac6c9929f Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 25 Apr 2012 14:31:24 +0000 Subject: [PATCH] - yajl is availabile in all supported SUSE products, so always use it when building libvirtd OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=206 --- libvirt.changes | 6 ++++++ libvirt.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 6269369..5a49529 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 25 08:27:04 MDT 2012 - jfehlig@suse.com + +- yajl is availabile in all supported SUSE products, so always + use it when building libvirtd + ------------------------------------------------------------------- Thu Apr 12 11:19:38 MDT 2012 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 65bac04..62f1b5b 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -144,10 +144,8 @@ %define with_capng 0%{!?_without_capng:1} %endif -# Enable yajl library for JSON mode with QEMU in 11.4 or newer -%if 0%{?suse_version} >= 1140 +# Enable yajl library for JSON mode with QEMU %define with_yajl 0%{!?_without_yajl:%{server_drivers}} -%endif # All supported version of openSUSE/SLE contain audit %define with_audit 0%{!?_without_audit:1}