diff --git a/packages/m/monitoring-plugins-haproxy/.files b/packages/m/monitoring-plugins-haproxy/.files index 67547d7e447..6ddbb5a643f 100644 Binary files a/packages/m/monitoring-plugins-haproxy/.files and b/packages/m/monitoring-plugins-haproxy/.files differ diff --git a/packages/m/monitoring-plugins-haproxy/.rev b/packages/m/monitoring-plugins-haproxy/.rev index 55af72e3e81..93d11b232e1 100644 --- a/packages/m/monitoring-plugins-haproxy/.rev +++ b/packages/m/monitoring-plugins-haproxy/.rev @@ -30,4 +30,12 @@ - ran spec-cleaner 894653 + + aaa6feb29141ef222e974de936269fa7 + 1.1g6790d7f + + anag+factory + Automatic submission by obs-autosubmit + 1146562 + diff --git a/packages/m/monitoring-plugins-haproxy/.servicemark b/packages/m/monitoring-plugins-haproxy/.servicemark deleted file mode 100644 index 0e6827d1bc7..00000000000 --- a/packages/m/monitoring-plugins-haproxy/.servicemark +++ /dev/null @@ -1 +0,0 @@ -166e2edb495f1c0adbb9e339157c8060 diff --git a/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.changes b/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.changes index d815f5beb71..a4e93c4589e 100644 --- a/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.changes +++ b/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 7 12:10:28 CET 2024 - ro@suse.de + +- add requires for perl(LWP::Protocol::https) as the default + config uses https + ------------------------------------------------------------------- Thu May 20 15:01:44 UTC 2021 - lars@linux-schulserver.de - 1.2 diff --git a/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.spec b/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.spec index d461f05a6c3..b619ea1c7d2 100644 --- a/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.spec +++ b/packages/m/monitoring-plugins-haproxy/monitoring-plugins-haproxy.spec @@ -1,7 +1,7 @@ # # spec file for package monitoring-plugins-haproxy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ Requires: perl(Data::Dumper) Requires: perl(File::Basename) Requires: perl(HTTP::Request) Requires: perl(HTTP::Status) +Requires: perl(LWP::Protocol::https) Requires: perl(LWP::UserAgent) Requires: perl(Locale::gettext) Requires: perl(Nagios::Plugin) @@ -50,6 +51,7 @@ The plugin checks HAProxy statistic url (csv) and gets UP and DOWN services. install -m644 %{SOURCE1} LICENSE %build + # %install install -D -m755 check_haproxy.pl %{buildroot}%{nagios_plugindir}/check_haproxy.pl