mirror of https://github.com/Icinga/icinga2.git
Use the %build_icinga_org RPM macro for package dependencies which are specific to build.icinga.org
fixes #8128
This commit is contained in:
parent
06a262f7db
commit
090aae0630
|
@ -98,11 +98,11 @@ BuildRequires: flex >= 2.5.35
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
%if "%{_vendor}" == "redhat" && (0%{?el5} || 0%{?rhel} == 5 || "%{?dist}" == ".el5")
|
%if 0%{?build_icinga_org} && "%{_vendor}" == "redhat" && (0%{?el5} || 0%{?rhel} == 5 || "%{?dist}" == ".el5")
|
||||||
# el5 requires packages.icinga.org
|
# el5 requires packages.icinga.org
|
||||||
BuildRequires: boost153-devel
|
BuildRequires: boost153-devel
|
||||||
%else
|
%else
|
||||||
%if "%{_vendor}" == "suse" && 0%{?suse_version} < 1310
|
%if 0%{?build_icinga_org} && "%{_vendor}" == "suse" && 0%{?suse_version} < 1310
|
||||||
# sles 11 sp3 requires packages.icinga.org
|
# sles 11 sp3 requires packages.icinga.org
|
||||||
BuildRequires: boost153-devel
|
BuildRequires: boost153-devel
|
||||||
%else
|
%else
|
||||||
|
|
Loading…
Reference in New Issue