diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:29:56 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:29:56 +0200 |
| commit | d3e1c0314d94e9f97c822fc80659c7234308045f (patch) | |
| tree | 94d29d1f9da9f5b518c16a98fe04e40e8753d822 | |
| parent | 334c7e3e13342995bacaf670f49b1333654520bd (diff) | |
| download | monitoring-plugins-d3e1c0314d94e9f97c822fc80659c7234308045f.tar.gz | |
Fix Specfile requires
| -rw-r--r-- | .github/monitoring-plugins.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/monitoring-plugins.spec b/.github/monitoring-plugins.spec index e3352988..ce22606b 100644 --- a/.github/monitoring-plugins.spec +++ b/.github/monitoring-plugins.spec | |||
| @@ -88,6 +88,9 @@ BuildRequires: postgresql-devel | |||
| 88 | # check_radius | 88 | # check_radius |
| 89 | BuildRequires: radcli-devel | 89 | BuildRequires: radcli-devel |
| 90 | 90 | ||
| 91 | # check_snmp | ||
| 92 | BuildRequires: net-snmp-devel | ||
| 93 | |||
| 91 | %description | 94 | %description |
| 92 | Common files for Monitoring Plugins | 95 | Common files for Monitoring Plugins |
| 93 | 96 | ||
| @@ -824,7 +827,6 @@ Provides check_smtp of the Monitoring Plugins. | |||
| 824 | Summary: Monitoring Plugins - check_snmp | 827 | Summary: Monitoring Plugins - check_snmp |
| 825 | Requires: %{name} = %{version}-%{release} | 828 | Requires: %{name} = %{version}-%{release} |
| 826 | Requires: net-snmp | 829 | Requires: net-snmp |
| 827 | Build-Requires: net-snmp-devel | ||
| 828 | 830 | ||
| 829 | %description snmp | 831 | %description snmp |
| 830 | Provides check_snmp of the Monitoring Plugins. | 832 | Provides check_snmp of the Monitoring Plugins. |
