X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.spec;h=c9139f0824453c68d8533044e32486d98902b9b8;hb=ea140475f8622384d00e08f3782f266fed7036f6;hp=66ddf134b962102a1b835c4d27a31b3d939822e5;hpb=db32292a19162048dfe1a0ac684b92691b2a3650;p=nodeupdate.git diff --git a/NodeUpdate.spec b/NodeUpdate.spec index 66ddf13..c9139f0 100644 --- a/NodeUpdate.spec +++ b/NodeUpdate.spec @@ -1,18 +1,13 @@ -# -# $Id$ -# -%define url $URL$ - %define name NodeUpdate %define version 0.5 -%define taglevel 8 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: PlanetLab service to periodically update node RPMS Name: %{name} @@ -23,7 +18,7 @@ License: GPL Group: System Environment/Base Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}root -Requires: vixie-cron, logrotate +Requires: cronie, logrotate %description PlanetLab service to periodically update node RPMS @@ -57,6 +52,16 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Mar 21 2014 Thierry Parmentelat - nodeupdate-0.5-11 +- reflect a name change for NodeManager that becomes nodemanager as part of crucial packages + +* Mon May 06 2013 Thierry Parmentelat - nodeupdate-0.5-10 +- bugfix in nodeupdate.RemoveRPMS, NodeUpdate.py bails out if rpms can't be removed + +* Fri Jul 01 2011 Thierry Parmentelat - nodeupdate-0.5-9 +- support /etc/planetlab/NodeUpdate.packages and /etc/planetlab/crucial-rpm-list +- delete exceptions from delete-rpm-list individually + * Fri Feb 18 2011 Thierry Parmentelat - nodeupdate-0.5-8 - has a builtin list of packages to update individually (NodeManager for now) - plus an optional set that is read from /etc/planetlab/NodeUpdate.packages