mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
There is no mysql-libs package on el5.
This commit is contained in:
parent
45fd744aee
commit
c2ec11e1e5
@ -65,8 +65,13 @@ BuildRequires: libmysqlclient-devel
|
|||||||
Requires: libmysqlclient18
|
Requires: libmysqlclient18
|
||||||
%endif
|
%endif
|
||||||
%if "%{_vendor}" == "redhat"
|
%if "%{_vendor}" == "redhat"
|
||||||
|
# el5 only provides mysql package
|
||||||
|
%if 0%{?el5} || 0%{?rhel} == 5 || "%{?dist}" == ".el5"
|
||||||
|
BuildRequires: mysql
|
||||||
|
%else
|
||||||
BuildRequires: mysql-libs
|
BuildRequires: mysql-libs
|
||||||
BuildRequires: mysql
|
BuildRequires: mysql
|
||||||
|
%fi
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
Requires: mysql
|
Requires: mysql
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user