X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.spec;h=3661787e60a9089079997407aafa92b22146e965;hb=46d11f7cd9757c8f568438e54e9a76823e6f1efc;hp=27e28dab35634d78e5b75d4dc6f69144f0822fc8;hpb=ef426f08dbbea973edde9ce4c58f30c172fd594d;p=nodeupdate.git diff --git a/NodeUpdate.spec b/NodeUpdate.spec index 27e28da..3661787 100644 --- a/NodeUpdate.spec +++ b/NodeUpdate.spec @@ -1,11 +1,13 @@ %define name NodeUpdate -%define version 0.4 -%define release 4%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define version 0.5 +%define taglevel 10 + +%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: %{SCMURL} Summary: PlanetLab service to periodically update node RPMS Name: %{name} @@ -29,32 +31,58 @@ PlanetLab service to periodically update node RPMS %install -install -D -m 755 NodeUpdate.py $RPM_BUILD_ROOT/usr/local/planetlab/bin/NodeUpdate.py -install -D -m 644 NodeUpdate.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/NodeUpdate +echo "* Installing NodeUpdate node-side files" +install -D -m 755 NodeUpdate.py $RPM_BUILD_ROOT/usr/bin/NodeUpdate.py +install -D -m 644 logrotate/NodeUpdate $RPM_BUILD_ROOT/etc/logrotate.d/NodeUpdate %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%attr(0755,root,root) /usr/local/planetlab/bin/NodeUpdate.py +%attr(0755,root,root) /usr/bin/NodeUpdate.py* %attr(0644,root,root) /etc/logrotate.d/NodeUpdate -%pre - %post -/usr/local/planetlab/bin/NodeUpdate.py updatecron +/usr/bin/NodeUpdate.py updatecron %preun if [ "$1" = 0 ]; then - /usr/local/planetlab/bin/NodeUpdate.py removecron + /usr/bin/NodeUpdate.py removecron fi +%changelog +* Mon May 06 2013 Thierry Parmentelat - nodeupdate-0.5-10 +- bugfix in nodeupdate.RemoveRPMS, NodeUpdate.py bails out if rpms can't be removed -%postun +* 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 + +* Wed Jul 14 2010 Daniel Hokka Zakrisson - nodeupdate-0.5-7 +- Use groupinstall to get new group members. + +* Fri Jan 29 2010 Thierry Parmentelat - NodeUpdate-0.5-6 +- new module layout - no functional change + +* 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 -%changelog * 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