mirror of https://github.com/Icinga/icinga2.git
parent
f4aeb1999c
commit
768dbca7f9
|
@ -27,8 +27,8 @@ parentheses):
|
||||||
* GNU flex (flex) >= 2.5.35
|
* GNU flex (flex) >= 2.5.35
|
||||||
* recommended: libexecinfo on FreeBSD (automatically used when Icinga 2 is
|
* recommended: libexecinfo on FreeBSD (automatically used when Icinga 2 is
|
||||||
installed via port or package)
|
installed via port or package)
|
||||||
* optional: MySQL (mysql-devel on RHEL, libmysqlclient-dev on Debian); set CMake
|
* optional: MySQL (mysql-devel on RHEL, libmysqlclient-devel on SUSE, libmysqlclient-dev on Debian);
|
||||||
variable `ICINGA2_WITH_MYSQL` to `OFF` to disable this module
|
set CMake variable `ICINGA2_WITH_MYSQL` to `OFF` to disable this module
|
||||||
* optional: PostgreSQL (postgresql-devel on RHEL, libpq-dev on Debian); set CMake
|
* optional: PostgreSQL (postgresql-devel on RHEL, libpq-dev on Debian); set CMake
|
||||||
variable `ICINGA2_WITH_PGSQL` to `OFF` to disable this module
|
variable `ICINGA2_WITH_PGSQL` to `OFF` to disable this module
|
||||||
* optional: YAJL (yajl-devel on RHEL, libyajl-dev on Debian)
|
* optional: YAJL (yajl-devel on RHEL, libyajl-dev on Debian)
|
||||||
|
|
|
@ -153,8 +153,14 @@ Summary: IDO MySQL database backend for Icinga 2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
%if "%{_vendor}" == "suse"
|
%if "%{_vendor}" == "suse"
|
||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
%endif
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%else
|
||||||
|
BuildRequires: mysql-devel
|
||||||
|
%endif #suse
|
||||||
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description ido-mysql
|
%description ido-mysql
|
||||||
|
|
Loading…
Reference in New Issue