Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nagios-plugins
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 32
[-]
[+]
Changed
nagios-plugins.spec
@@ -1,7 +1,7 @@ #!BuildIgnore: post-build-checks Name: nagios-plugins Version: 1.4.14 -Release: 15 +Release: 25 Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -73,9 +73,10 @@ %find_lang %{name} # fix lib path in perl plugins cd ${RPM_BUILD_ROOT}%{_prefix}/lib/nagios/plugins -for PLUGIN in check_breeze check_disk_smb check_file_age check_flexlm check_ifoperstatus check_ifstatus check_ircd check_mailq check_rpc check_wave ; do - sed -i s@"nagios/plugins"@"%{_prefix}/lib/nagios/plugins"@g ${PLUGIN} -done +# not needed since 1.4.14 +#for PLUGIN in check_breeze check_disk_smb check_file_age check_flexlm check_ifoperstatus check_ifstatus check_ircd check_mailq check_rpc check_wave ; do +# sed -i s@"nagios/plugins"@"%{_prefix}/lib/nagios/plugins"@g ${PLUGIN} +#done %clean rm -rf $RPM_BUILD_ROOT @@ -93,6 +94,9 @@ %{_exec_prefix}/lib/nagios/plugins %changelog +* Mon May 03 2010 Carsten Schoene <cs@linux-administrator.com> - 1.4.14-25 +- fix path to utils.pm in perl based plugins + * Mon Apr 12 2010 Carsten Schoene <cs@linux-administrator.com> - 1.4.14-15 - changes in version 1.4.14 include: - check_http has options to specify the HTTP method (#2155152)