Author: glen Date: Mon Jul 18 10:35:15 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch which fixes checking mysql slave on mysql 4.1 servers
---- Files affected: SPECS: nagios-plugins.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/nagios-plugins.spec diff -u SPECS/nagios-plugins.spec:1.37 SPECS/nagios-plugins.spec:1.38 --- SPECS/nagios-plugins.spec:1.37 Wed Jul 6 12:10:54 2005 +++ SPECS/nagios-plugins.spec Mon Jul 18 12:35:10 2005 @@ -6,7 +6,7 @@ Summary(pl): Wtyczki do monitorowania hostów/usług/sieci dla Nagiosa Name: nagios-plugins Version: 1.4 -Release: 0.35 +Release: 0.36 License: GPL v2 Group: Networking Source0: http://dl.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Patch3: %{name}-gettext.patch Patch4: %{name}-subst.patch Patch5: %{name}-ping-locale.patch +Patch6: %{name}-check_mysql-4.1.patch URL: http://nagiosplug.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -351,9 +352,11 @@ Requires: samba # check_adptraid.sh #Requires: dptutil +# unfinished... more deps are actually needed. %description contrib -Contributed nagios plugins. Some of them work, some do not. +Contributed nagios plugins. Some of them work, some do not. Use at +your own risk. %description contrib -l pl Wtyczki przekazane do projektu Nagios. Część z nich działa, część nie. @@ -366,6 +369,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 # bring contribs into shape... cd contrib @@ -687,8 +691,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2005/07/18 10:35:10 glen +- add patch which fixes checking mysql slave on mysql 4.1 servers + Revision 1.37 2005/07/06 10:10:54 wolvverine --add BR +- add BR Revision 1.36 2005/06/24 10:12:12 wolvverine - add POSIX compatibility for /bin/df in check_disk ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nagios-plugins.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
