mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Remove redundant mysql requirement
The mysql dependencies are recognized automatically during building. refs #5818
This commit is contained in:
parent
e7d3500ca7
commit
1618e15757
@ -181,11 +181,6 @@ 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
|
||||||
%if 0%{?suse_version} >= 1210
|
|
||||||
Requires: libmysqlclient18
|
|
||||||
%else
|
|
||||||
Requires: libmysqlclient15
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%if "%{_vendor}" == "redhat"
|
%if "%{_vendor}" == "redhat"
|
||||||
# el5 only provides mysql package
|
# el5 only provides mysql package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user