summaryrefslogtreecommitdiff
path: root/libvirt.spec.in
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2018-08-13 13:40:18 +0200
committerJán Tomko <jtomko@redhat.com>2018-08-13 15:50:01 +0200
commitd99a89592d65ab8adb51d695134bd347648d825f (patch)
tree4e3a838358ecd62176fdc0f1c81634c3c3396210 /libvirt.spec.in
parente96e71d8d07eff9324f4df059dfcebaf0fe2eda9 (diff)
downloadlibvirt-d99a89592d65ab8adb51d695134bd347648d825f.tar.gz
Revert "Switch from yajl to Jansson"
This reverts commit 9cf38263d05ca7f27dbbd9b1a0b48d338d9280e2. Jansson cannot parse QEMU's quirky JSON. Revert back to yajl. https://bugzilla.redhat.com/show_bug.cgi?id=1614569 Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 51f3feef8a..2ef844f69a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -292,7 +292,7 @@ BuildRequires: libblkid-devel >= 2.17
BuildRequires: augeas
BuildRequires: systemd-devel >= 185
BuildRequires: libpciaccess-devel >= 0.10.9
-BuildRequires: jansson-devel
+BuildRequires: yajl-devel
%if %{with_sanlock}
BuildRequires: sanlock-devel >= 2.4
%endif
@@ -1190,7 +1190,7 @@ rm -f po/stamp-po
--without-apparmor \
--without-hal \
--with-udev \
- --with-jansson \
+ --with-yajl \
%{?arg_sanlock} \
--with-libpcap \
--with-macvtap \