Hello community,
here is the log from the commit of package nagios-plugins-mysql_health for
openSUSE:Factory checked in at 2014-03-10 12:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios-plugins-mysql_health (Old)
and /work/SRC/openSUSE:Factory/.nagios-plugins-mysql_health.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nagios-plugins-mysql_health"
Changes:
--------
---
/work/SRC/openSUSE:Factory/nagios-plugins-mysql_health/nagios-plugins-mysql_health.changes
2013-01-29 11:15:13.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.nagios-plugins-mysql_health.new/nagios-plugins-mysql_health.changes
2014-03-10 12:37:22.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 2 01:23:02 UTC 2014 - [email protected]
+
+- package the pnp4nagios template at the right place
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nagios-plugins-mysql_health.spec ++++++
--- /var/tmp/diff_new_pack.8h7No4/_old 2014-03-10 12:37:23.000000000 +0100
+++ /var/tmp/diff_new_pack.8h7No4/_new 2014-03-10 12:37:23.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package nagios-plugins-mysql_health
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
Name: nagios-plugins-mysql_health
Version: 2.1.8.2
Release: 0
-License: GPL-2.0+
Summary: Check various parameters of a MySQL database
-Url: http://labs.consol.de/lang/en/nagios/check_mysql_health/
+License: GPL-2.0+
Group: System/Monitoring
+Url: http://labs.consol.de/lang/en/nagios/check_mysql_health/
Source0: check_mysql_health-%{version}.tar.gz
BuildRequires: nagios-rpm-macros
Requires: mysql-client
@@ -43,15 +43,18 @@
%build
%configure \
- --libdir=%{nagios_plugindir} \
+ --libexecdir=%{nagios_plugindir} \
+ --with-nagios-user=%{nagios_user} \
+ --with-nagios-group=%{nagios_group} \
--with-mymodules-dyn-dir=%{nagios_plugindir} \
--with-mymodules-dir=%{nagios_plugindir} \
- --prefix=%{nagios_plugindir}
+ --with-perl=%{_bindir}/perl
%install
mkdir -p %{buildroot}/%{nagios_plugindir}
-%make_install
-mv %{buildroot}%{_prefix}/lib/check_mysql_health
%{buildroot}/%{nagios_plugindir}/
+make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}/%{pnp4nagios_templatedir}
+mv contrib/check_mysql_health.php
%{buildroot}/%{pnp4nagios_templatedir}/check_mysql_health.php
%clean
rm -rf %{buildroot}
@@ -62,5 +65,8 @@
# avoid build dependecy of nagios - own the dirs
%dir %{nagios_libdir}
%{nagios_plugindir}/
+%dir %{pnp4nagios_datadir}
+%dir %{pnp4nagios_templatedir}
+%{pnp4nagios_templatedir}/check_mysql_health.php
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]