Add build dependency for yajl in the spec file

fixes #7463
This commit is contained in:
Gunnar Beutner 2014-11-26 16:35:29 +01:00
parent 9f0e0aac86
commit 16b044bda4
1 changed files with 7 additions and 0 deletions

View File

@ -84,6 +84,9 @@ Group: Applications/System
PreReq: permissions
Provides: monitoring_daemon
Recommends: monitoring-plugins
%if 0%{?suse_version} >= 1310
BuildRequires: libyajl-devel
%endif
%endif
BuildRequires: openssl-devel
BuildRequires: gcc-c++
@ -100,6 +103,10 @@ BuildRequires: boost141-devel
BuildRequires: boost-devel >= 1.41
%endif
%if 0%{?el6}
BuildRequires: yajl-devel
%endif
%if 0%{?use_systemd}
BuildRequires: systemd
Requires: systemd