X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc.spec;h=708a5c085c11b91e23b1a866366fc433305b1de7;hb=2c7efe735653de25fc516a5ed834c6a1bee8bc64;hp=3c797a26dd3fe096bb0f777187757a4bd3045fc4;hpb=e671f5e0034abe1a222ed7f4e5a1ea80094ec6a3;p=myplc.git diff --git a/myplc.spec b/myplc.spec index 3c797a2..708a5c0 100644 --- a/myplc.spec +++ b/myplc.spec @@ -4,10 +4,10 @@ %define url $URL$ %define name myplc -%define version 4.0 -%define subversion 15 +%define version 4.2 +%define taglevel 3 -%define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab Central (PLC) Portable Installation Name: %{name} @@ -20,8 +20,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Vendor: PlanetLab Packager: PlanetLab Central -Distribution: PlanetLab 4.0 +Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) + Requires: tar %define debug_package %{nil} @@ -166,6 +167,20 @@ fi %config(noreplace) /plc/data/* %changelog +* Thu Feb 14 2008 Thierry Parmentelat - myplc-4.2-2 myplc-4.2-3 +- refresh-peer.py removed (duplicate with PLCAPI) +- plc.d/ scripts cleaned up +- sirius initscript updated +- slice auto renewal fixed + +* Thu Jan 31 2008 Thierry Parmentelat - myplc-4.2-1 myplc-4.2-2 +- knows how to checkpoint and restore +- packages step more robust, in particular with empty node repository +- miscell tweaks for native packaging + +* Wed Jan 09 2008 Thierry Parmentelat - myplc-4.0-15 myplc-4.2-0 +moving to 4.2 - no change + * Fri Jan 19 2007 Mark Huang - 0.5-3 - Split off myplc-devel into separate spec file, so that it can be built standalone.