mirror of https://github.com/Icinga/icinga2.git
Packages: Change ido-pgsql dependency to Postgresql >= 8.4
Same as our build server does already. fixes #13573
This commit is contained in:
parent
c3263f7726
commit
5c4b99f928
|
@ -94,7 +94,7 @@ BuildRequires: libedit-devel
|
|||
BuildRequires: ncurses-devel
|
||||
%if "%{_vendor}" == "suse" && 0%{?suse_version} < 1210
|
||||
BuildRequires: gcc48-c++
|
||||
BuildRequires: libstdc++47-devel
|
||||
BuildRequires: libstdc++48-devel
|
||||
BuildRequires: libopenssl1-devel
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
|
@ -189,7 +189,11 @@ IDOUtils schema >= 1.12
|
|||
%package ido-pgsql
|
||||
Summary: IDO PostgreSQL database backend for Icinga 2
|
||||
Group: Applications/System
|
||||
%if "%{_vendor}" == "suse" && 0%{?suse_version} < 1210
|
||||
BuildRequires: postgresql-devel >= 8.4
|
||||
%else
|
||||
BuildRequires: postgresql-devel
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description ido-pgsql
|
||||
|
|
Loading…
Reference in New Issue