## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global nagiospluginsdir %{_libdir}/nagios/plugins Name: nagios-plugins-systemd Version: 2.3.1 Release: %autorelease Summary: Nagios Plugin - check_systemd License: LGPL-2.1-only URL: https://exchange.icinga.com/joseffriedrich/check_systemd Source: https://github.com/Josef-Friedrich/check_systemd/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: nagios-plugins-systemd.pymodule.patch BuildRequires: python3-devel # Require the package that owns the plugins dir, as we install the plugin there. Requires: nagios-common Provides: python3-nagios-plugins-check_systemd = %{version}-%{release} Obsoletes: python3-nagios-plugins-check_systemd < 2.3.1-3 # The package does not contain any architecture-dependent things, but installs # into an arch-dependend directory. Thus, it cannot be noarch, but it does not # provide any debuginfo. %global debug_package %{nil} %description This systemd check for nagios compatible monitoring systems will report a degraded systemd to your monitoring solution. It can also be used to monitor individual systemd services and timers units. %prep %autosetup -p1 -n check_systemd-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files check_systemd # The nagios plugin binaries must be in the nagiospluginsdir. mkdir -p %{buildroot}/%{nagiospluginsdir} mv %{buildroot}/%{_bindir}/check_systemd %{buildroot}/%{nagiospluginsdir} %check PYTHONPATH=%{buildroot}/%{nagiospluginsdir}:${PYTHONPATH} PATH=%{buildroot}/%{nagiospluginsdir}:${PATH} %tox %files -f %{pyproject_files} %doc README.* %license LICENSE %{nagiospluginsdir}/check_systemd %changelog * Mon Nov 07 2022 Till Hofmann 2.3.1-6 - Uncommitted changes * Sun Nov 06 2022 Till Hofmann 2.3.1-5 - Install python module into python sitelib directory * Sat Oct 08 2022 Till Hofmann 2.3.1-4 - Change summary to match commonly used pattern for nagios plugins * Sat Oct 08 2022 Till Hofmann 2.3.1-3 - Require nagios-common instead of using a file dependency * Fri Oct 07 2022 Till Hofmann 2.3.1-2 - Require the package that owns the plugin dir * Fri Oct 07 2022 Till Hofmann 2.3.1-1 - Rename package to nagios-plugins-systemd