mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Fix Specfile requires
This commit is contained in:
parent
334c7e3e13
commit
d3e1c0314d
1 changed files with 3 additions and 1 deletions
4
.github/monitoring-plugins.spec
vendored
4
.github/monitoring-plugins.spec
vendored
|
|
@ -88,6 +88,9 @@ BuildRequires: postgresql-devel
|
|||
# check_radius
|
||||
BuildRequires: radcli-devel
|
||||
|
||||
# check_snmp
|
||||
BuildRequires: net-snmp-devel
|
||||
|
||||
%description
|
||||
Common files for Monitoring Plugins
|
||||
|
||||
|
|
@ -824,7 +827,6 @@ Provides check_smtp of the Monitoring Plugins.
|
|||
Summary: Monitoring Plugins - check_snmp
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: net-snmp
|
||||
Build-Requires: net-snmp-devel
|
||||
|
||||
%description snmp
|
||||
Provides check_snmp of the Monitoring Plugins.
|
||||
|
|
|
|||
Loading…
Reference in a new issue