X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Monitor.spec;h=e40384fc075377cef3bcc2824fd6849ab47bacb4;hb=94a6726580cc8dd60e86cf2e841e4179bf1f842e;hp=b892f96a988987c57fa91c6dc3e465302201b192;hpb=e283978522ef1017ed3591bdbd2aa194a59de5b1;p=monitor.git diff --git a/Monitor.spec b/Monitor.spec index b892f96..e40384f 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -6,7 +6,7 @@ %define name monitor %define version 3.0 -%define taglevel 22 +%define taglevel 24 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -130,7 +130,7 @@ cd .. rm -rf $RPM_BUILD_ROOT #################### CLIENT #install -D -m 755 monitor-client.init $RPM_BUILD_ROOT/%{_initrddir}/monitor -install -D -m 644 monitor.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/monitor +#install -D -m 644 monitor.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/monitor install -D -m 755 timeout.pl $RPM_BUILD_ROOT/usr/bin/timeout.pl @@ -209,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT %files client %defattr(-,root,root) #%{_initrddir}/monitor -%{_sysconfdir}/cron.d/monitor +#%{_sysconfdir}/cron.d/monitor /usr/bin/timeout.pl %files pcucontrol @@ -303,6 +303,18 @@ fi %changelog +* Thu Oct 22 2009 Baris Metin - Monitor-3.0-24 +- - add install_date + +* Mon Oct 19 2009 Baris Metin - Monitor-3.0-23 +- - remove monitor-client.cron +- - remove unused monitor-client init script +- - fix UP/DOWN summary on nodes page. +- - make node page display all nodes by default +- - add boot_server field +- - add myops_ssh_key to the keychain +- - use ext_consortium_id to distinguish pending sites. + * Fri Oct 09 2009 Baris Metin - Monitor-3.0-22 - show/hide advance query form.