X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc.spec;h=2d5ab983d6fdbda5a6b77cc1242e0d94dfd857a2;hb=d3180890bfb39b138b90b3606cd96f118ee511e7;hp=c8b0d8b7c7a6c367d044144c68ec937364ba236a;hpb=effaa2138be88157b2322de42fe9395694918acf;p=myplc.git diff --git a/myplc.spec b/myplc.spec index c8b0d8b..2d5ab98 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 2 -%define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab Central (PLC) Portable Installation Name: %{name} @@ -20,9 +20,11 @@ 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} %description @@ -165,6 +167,14 @@ fi %config(noreplace) /plc/data/* %changelog +* 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.