diff --git a/libvirt.spec b/libvirt.spec index ad3512f..d6ae818 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -235,7 +235,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 0.9.7 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -358,7 +358,7 @@ BuildRequires: libudev-devel >= 145 BuildRequires: libpciaccess-devel >= 0.10.9 %endif %if %{with_yajl} -BuildRequires: yajl-devel +BuildRequires: yajl-devel >= 2.0.1 %endif %if %{with_sanlock} BuildRequires: sanlock-devel >= 1.8 @@ -1166,6 +1166,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd %endif %changelog +* Thu Nov 10 2011 Daniel P. Berrange - 0.9.7-2 +- Rebuild for yajl 2.0.1 + * Tue Nov 8 2011 Daniel P. Berrange - 0.9.7-1 - Update to 0.9.7 release