X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliceimage.spec;h=0a9f3872ebb781687ea21e3014d12a2082d7cff2;hb=06b4c1d5d3a1100adc5cf8d8772949107cc48ecd;hp=eee3e236d585544a25644ccaea6d1247be1f0400;hpb=2e19625ea303bb184a9a44b8f3c14ac16d169d36;p=sliceimage.git diff --git a/sliceimage.spec b/sliceimage.spec index eee3e23..0a9f387 100644 --- a/sliceimage.spec +++ b/sliceimage.spec @@ -9,7 +9,7 @@ %define name sliceimage %define version 5.1 -%define taglevel 5 +%define taglevel 8 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -103,6 +103,19 @@ for initscript in /etc/init.d/*sliceimage*; do $initscript force ; done #%define vcached_pid /var/run/vcached.pid %changelog +* Wed Jul 16 2014 Thierry Parmentelat - sliceimage-5.1-8 +- use systemd unit files to initialize lxc-sliceimage instead of a sysv script + +* Mon Apr 28 2014 Thierry Parmentelat - sliceimage-5.1-7 +- can build pips and gems in sliceimage (currently only gem used in omf) +- requires a recent build/pkgs.py if pkgs file does mention pip or gem + +* Wed Jul 03 2013 Thierry Parmentelat - sliceimage-5.1-6 +- attempt to make lxc-sliceimage (update lxc ref. images) more robust +- in particular by avoiding chroot when simple file operations are involved +- also this activity gets logged into /var/log/lxc-sliceimage.log +- it is still unclear whether stub-based images are correctly updated + * Wed Jun 26 2013 Thierry Parmentelat - sliceimage-5.1-5 - fixes for heterogeneous slice/nodes - addresses PATH and missing eth0 among others