summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 19:18:15 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 19:18:15 +0200
commit776c51a66f6eb9c3d6f018cb3786c6441f6b7171 (patch)
tree6d231e6e0de4998643b21da0387230fea3188624
parent7ff0e518e4f77a8aae385511a7d46ff32e06bb9c (diff)
downloadmonitoring-plugins-776c51a66f6eb9c3d6f018cb3786c6441f6b7171.tar.gz
Add netsnmp lib to specfile
-rw-r--r--.github/monitoring-plugins.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec
index 10799128..e3352988 100644
--- a/.github/monitoring-plugins.spec
+++ b/.github/monitoring-plugins.spec
@@ -824,6 +824,7 @@ Provides check_smtp of the Monitoring Plugins.
824Summary: Monitoring Plugins - check_snmp 824Summary: Monitoring Plugins - check_snmp
825Requires: %{name} = %{version}-%{release} 825Requires: %{name} = %{version}-%{release}
826Requires: net-snmp 826Requires: net-snmp
827Build-Requires: net-snmp-devel
827 828
828%description snmp 829%description snmp
829Provides check_snmp of the Monitoring Plugins. 830Provides check_snmp of the Monitoring Plugins.