X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.spec;h=999a6ad70c5016e814b2717ab9bf10cad764e5e6;hb=0a616a7332e3e69aaca55782d74b0bd20d149caf;hp=22e9b68561b40b40f17080c3f699fa449fb48b89;hpb=e4b6de95bffc7064c15a7e409178f4d49bf33e22;p=nodeupdate.git diff --git a/NodeUpdate.spec b/NodeUpdate.spec index 22e9b68..999a6ad 100644 --- a/NodeUpdate.spec +++ b/NodeUpdate.spec @@ -1,11 +1,18 @@ +# +# $Id$ +# +%define url $URL$ + %define name NodeUpdate -%define version 0.4 -%define release 4%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define version 0.5 +%define taglevel 5 + +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central -Distribution: PlanetLab 3.0 -URL: http://cvs.planet-lab.org/cvs/NodeUpdate +Distribution: PlanetLab %{plrelease} +URL: %(echo %{url} | cut -d ' ' -f 2) Summary: PlanetLab service to periodically update node RPMS Name: %{name} @@ -55,6 +62,20 @@ fi %changelog +* Mon Sep 07 2009 Thierry Parmentelat - NodeUpdate-0.5-5 +- searches the extensions file /etc/planetlab/extensions rather than the former /etc/planetlab/extra-node-groups + +* Tue Apr 07 2009 Thierry Parmentelat - NodeUpdate-0.5-4 +- invokes 'yum clean all' before updates +- as it is more reliable, although suboptimal + +* Tue Jul 08 2008 Thierry Parmentelat - NodeUpdate-0.5-3 +- more verbose : invoke yum with --verbose, and print timestamps + +* Fri Aug 10 2007 Faiyaz Ahmed +- Rebuild RPM Database nightly to avoid corruption +- Move working directory from /usr/local to /usr/bin + * Tue Nov 16 2004 Mark Huang - cron job now dumps to /var/log/NodeUpdate instead of spewing mail - cron job now runs once a day instead of once an hour