update to 19 [release 19-1mamba;Sat Oct 15 2016]

This commit is contained in:
Davide Madrisan 2024-01-06 07:31:23 +01:00
parent 74a33404df
commit a40f5eb0f3

View File

@ -1,5 +1,5 @@
Name: nagios-plugins-linux
Version: 18
Version: 19
Release: 1mamba
Summary: Nagios plugins for Linux
Group: Network/Monitoring
@ -7,11 +7,12 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://github.com/madrisan/nagios-plugins-linux/wiki
Source: https://sites.google.com/site/davidemadrisan/files/nagios-plugins-linux-%{version}.tar.xz
Source: https://github.com/madrisan/nagios-plugins-linux/archive/v%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRequires: autoconf
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -190,8 +191,10 @@ This Nagios plugin displays the number of users that are currently logged on.
%setup -q
%build
/usr/bin/autoreconf
%configure --libexecdir=%{_libdir}/nagios/plugins
%make
%make check
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -285,6 +288,9 @@ This Nagios plugin displays the number of users that are currently logged on.
%{_libdir}/nagios/plugins/check_users
%changelog
* Sat Oct 15 2016 Davide Madrisan <davide.madrisan@gmail.com> 19-1mamba
- update to 19
* Sat Nov 21 2015 Davide Madrisan <davide.madrisan@gmail.com> 18-1mamba
- update to 18