Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
percona
>
nagios-plugins
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
nagios-plugins.spec
@@ -31,12 +31,17 @@ BuildRequires: tcpd-devel libsmbclient libsmbclient-devel openldap2-devel perl-Net-SNMP fping glibc bind-utils %endif -%if 0%{?fedora_version} || 0%{?centos_version} +%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?redhat_version} || 0%{?sl_version} BuildRequires: tcp_wrappers openldap-devel freeradius samba-common openldap-devel net-snmp-perl glibc-common %endif BuildRequires: openssl-devel postgresql-devel Percona-Server-devel-51 Percona-Server-shared-51 zlib-devel glibc-devel libgcc gcc gcc-c++ net-snmp net-snmp-devel openssh qstat iputils samba-client procps -Requires: qstat iputils samba-client +Requires: qstat iputils +%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?redhat_version} || 0%{?sl_version} +Requires: /usr/bin/smbclient +%else +Requires: samba-client +%endif %description Nagios is a program that will monitor hosts and services on your @@ -58,6 +63,8 @@ --libexecdir=%{_prefix}/lib/nagios/plugins \ --sysconfdir=%{_sysconfdir}/nagios \ --datadir=%{_datadir} \ +--with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \ +--with-ipv6 \ --with-cgiurl=/nagios/cgi-bin \ --with-rpcinfo-command=%{_sbindir}/rpcinfo \ --with-mailq-command=%{_bindir}/mailq \ @@ -68,6 +75,7 @@ %install rm -rf $RPM_BUILD_ROOT %__make AM_INSTALL_PROGRAM_FLAGS="" DESTDIR=${RPM_BUILD_ROOT} install-strip +%__make AM_INSTALL_PROGRAM_FLAGS="" DESTDIR=${RPM_BUILD_ROOT} install-root %__install -d ${RPM_BUILD_ROOT}/etc/nagios %__install -m 664 command.cfg ${RPM_BUILD_ROOT}/etc/nagios %find_lang %{name} @@ -81,6 +89,9 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +chmod 4711 %{_exec_prefix}/lib/nagios/plugins/check_icmp || : +chmod 4711 %{_exec_prefix}/lib/nagios/plugins/check_dhcp || : %files -f %{name}.lang %defattr(-,root,root) @@ -94,6 +105,18 @@ %{_exec_prefix}/lib/nagios/plugins %changelog +* Fri Nov 16 2012 Carsten Schonee <cs@linux-administrator.com> - 1.4.16-30 +- requires /usr/bin/smbclient on EL instead of samba-client + +* Tue Oct 02 2012 Carsten Schoene <cs@linux-administrator.com> - 1.4.16-29 +- update to upstream release 1.4.16 + +* Thu Jun 30 2011 Carsten Schoene <cs@linux-administrator.com> - 1.4.15-28 +- added macros for rhel, redhat, scientific in BuildRequires + +* Sat Feb 05 2011 Carsten Schoene <cs@linux-administrator.com> - 1.4.15-27 +- build with --with-ipv6 + * Thu Sep 09 2010 Carsten Schoene <cs@linux-administrator.com> - 1.4.15-26 - update to release 1.4.15