X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=Monitor.spec;h=64a921104d67a751bee083c06f01a8f99600b4c3;hp=d2970bbefee7ba4109a2e309ffa7fd084eb32bf9;hb=HEAD;hpb=5b75bd95cdacf04311b1aa4e28084eff17faba4d diff --git a/Monitor.spec b/Monitor.spec index d2970bb..64a9211 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -7,7 +7,7 @@ %define name monitor # keep this version in sync with monitor/monitor_version.py %define version 3.1 -%define taglevel 1 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -185,6 +185,8 @@ rsync -a --exclude archive-pdb --exclude .cvsignore --exclude .svn --exclude CVS --exclude monitor/ \ ./ $RPM_BUILD_ROOT/usr/share/%{name}/ +#rm -f $RPM_BUILD_ROOT/usr/share/%{name}/zabbix.spec + # install monitor python package rsync -a --exclude .svn ./monitor/ $RPM_BUILD_ROOT/%{python_sitearch}/monitor/ @@ -233,20 +235,22 @@ rm -rf $RPM_BUILD_ROOT /usr/share/%{name}/RunlevelAgent.py* /usr/share/%{name}/automate-default.sh /usr/share/%{name}/monitor-default.conf +/usr/share/%{name}/monitor-runlevelagent.init /usr/share/%{name}/monitor-server.cron /usr/share/%{name}/monitor-server.init /usr/share/%{name}/monitor.functions /usr/share/%{name}/setup.py* /usr/share/%{name}/threadpool.py* -#/usr/share/%{name}/zabbix.spec +/usr/share/%{name}/zabbix.spec /usr/share/%{name}/bootcd /usr/share/%{name}/commands /usr/share/%{name}/config.d -/usr/share/%{name}/cron.d +#/usr/share/%{name}/cron.d /usr/share/%{name}/docs +/usr/share/%{name}/histlog /usr/share/%{name}/keys -/usr/share/%{name}/log +#/usr/share/%{name}/log /usr/share/%{name}/statistics /usr/share/%{name}/tests /usr/share/%{name}/tools @@ -273,7 +277,6 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/RunlevelAgent.py* /%{_initrddir}/monitor-runlevelagent - %post server-deps # # TODO: depend on distribution packages where feasible. @@ -354,6 +357,25 @@ fi %changelog +* Wed Aug 31 2011 Stephen Soltesz - monitor-3.1-6 +- Minor updates to work with pcucontrol. +- Added action for some fprobe no-space errors. + +* Wed Aug 31 2011 Stephen Soltesz - monitor-3.1-5 +- account for new ok status type in PCUs +- include a percentage of nodes up as well as raw node-count + +* Fri May 27 2011 s s - monitor-3.1-4 +- Fixes to spec file for monitor building + +* Fri May 27 2011 s s - monitor-3.1-3 +- fixing syntax errors + +* Fri May 27 2011 s s - monitor-3.1-2 +- Add better requirements list, work with TurboGears packaged by fedora, +- Remove some zabbix files +- Add a controllers_local.py for custom extensions + * Fri May 06 2011 s s - monitor-3.1-1 - last tag before some more major changes