diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:18:15 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:18:15 +0200 |
commit | 776c51a66f6eb9c3d6f018cb3786c6441f6b7171 (patch) | |
tree | 6d231e6e0de4998643b21da0387230fea3188624 | |
parent | 7ff0e518e4f77a8aae385511a7d46ff32e06bb9c (diff) | |
download | monitoring-plugins-776c51a66f6eb9c3d6f018cb3786c6441f6b7171.tar.gz |
Add netsnmp lib to specfile
-rw-r--r-- | .github/monitoring-plugins.spec | 1 |
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. | |||
824 | Summary: Monitoring Plugins - check_snmp | 824 | Summary: Monitoring Plugins - check_snmp |
825 | Requires: %{name} = %{version}-%{release} | 825 | Requires: %{name} = %{version}-%{release} |
826 | Requires: net-snmp | 826 | Requires: net-snmp |
827 | Build-Requires: net-snmp-devel | ||
827 | 828 | ||
828 | %description snmp | 829 | %description snmp |
829 | Provides check_snmp of the Monitoring Plugins. | 830 | Provides check_snmp of the Monitoring Plugins. |