update icingaweb2 modules

Signed-off-by: monitorbuilder_pel7ppc64lebuilder0 <monitorbuilder@powerel.org>
master
monitorbuilder_pel7ppc64lebuilder0 2024-05-30 11:29:42 +02:00
parent 5e9d592007
commit 42f32aade0
5 changed files with 58 additions and 4 deletions

View File

@ -3,7 +3,7 @@
%global basedir %{_datadir}/icingaweb2/modules/%{module_name}

Name: icingaweb2-module-%{module_name}
Version: 2.4.0
Version: 2.5.1
Release: 1%{?dist}
Summary: Business Processes - Icinga Web 2 module
Group: Applications/System

View File

@ -2,7 +2,7 @@
%global icingaweb_min_version 2.6.0
%global basedir %{_datadir}/icingaweb2/modules/%{module_name}
Name: icingaweb2-module-%{module_name}
Version: 1.3.1
Version: 1.3.3
Release: 1%{?dist}
Summary: Certificate Monitoring (x509) - Icinga Web 2 module
Group: Applications/System

View File

@ -0,0 +1,54 @@
%global module_name map
%global icingaweb_min_version 2.9.0
%global basedir %{_datadir}/icingaweb2/modules/%{module_name}

Name: icingaweb2-module-%{module_name}
Version: 2.0.0
Release: 1%{?dist}
Summary: Map - Icinga Web 2 module
Group: Applications/System
License: GPLv2+
URL: https://icinga.com
Source0: https://github.com/nbuchwitz/icingaweb2-module-%{module_name}/archive/v%{version}.tar.gz
BuildArch: noarch
Requires: icingaweb2 >= %{icingaweb_min_version}
Requires: php-Icinga >= %{icingaweb_min_version}


%description
Map module for Icinga Web 2.


%prep
%setup -q


%build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{basedir}
cp -r * %{buildroot}%{basedir}


%clean
rm -rf %{buildroot}


%preun
set -e
if [ $1 == 0 ]; then
echo "Disabling icingaweb2 module '%{module_name}'"
rm -f /etc/icingaweb2/enabledModules/%{module_name}
fi
exit 0


%files
%doc README.md LICENSE
%defattr(-,root,root)
%{basedir}


%changelog

View File

@ -5,7 +5,7 @@
%global service_user apache

Name: icingaweb2-module-%{module_name}
Version: 0.10.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Reporting - Icinga Web 2 module
Group: Applications/System

View File

@ -4,7 +4,7 @@
%global service_name icinga-%{module_name}
%global service_user apache
Name: icingaweb2-module-%{module_name}
Version: 1.2.1
Version: 1.3.2
Release: 1%{?dist}
Summary: Certificate Monitoring (x509) - Icinga Web 2 module
Group: Applications/System