Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-various
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
nagios-plugins-various.spec
@@ -16,7 +16,11 @@ Source0: check_curl2 Source1: check_replication_slave Source2: check_listen_tcp_udp +%if 0%{?rhel} >= 8 +Requires: php-cli php-curl +%else Requires: php php-curl php-mysql +%endif AutoReqProv: off BuildArch: noarch @@ -32,7 +36,9 @@ %install install -D -m755 %{SOURCE0} %buildroot/%libexecdir/check_curl2 +%if 0%{?rhel} < 8 install -m755 %{SOURCE1} %buildroot/%libexecdir/check_replication_slave +%endif install -m755 %{SOURCE2} %buildroot/%libexecdir/check_listen_tcp_udp %clean