X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliceimage.spec;h=4f809d279e45da4c4432d378216d55883673c649;hb=27c41dbb52bcbb3b7312e0c01b370505acff11d4;hp=20e8d7dfbc95533086e5d0ce8f52a44adf7c5f0c;hpb=2e5f67d79560a44fb77700ab05acd9ff023f7e60;p=sliceimage.git diff --git a/sliceimage.spec b/sliceimage.spec index 20e8d7d..4f809d2 100644 --- a/sliceimage.spec +++ b/sliceimage.spec @@ -9,7 +9,7 @@ %define name sliceimage %define version 5.1 -%define taglevel 8 +%define taglevel 11 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -23,6 +23,11 @@ %define __os_install_post %{nil} %define debug_package %{nil} +# this is needed as of f27 to prevent rpmbuild from inserting a huge +# /usr/lib/.build-id area, that not only is not helping: +# it comes in the way when creating the node image +%global _build_id_links none + Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} @@ -106,13 +111,23 @@ fi # remove explicit reference to vserver, find out all relevant scripts initScripts=`find /etc/init.d/ -name '*sliceimage*'` if [ "$initScripts" != "" ] ; then - for initscript in $initScripts ; do $initscript start ; done + for initscript in $initScripts ; do $initscript force ; done fi #%define vcached_pid /var/run/vcached.pid %changelog +* Tue Jan 19 2016 Thierry Parmentelat - sliceimage-5.1-11 +- make cronjob hourly instead of daily + +* Wed Feb 18 2015 Thierry Parmentelat - sliceimage-5.1-10 +- fixed taglevel in specfile + +* Tue Jul 22 2014 Thomas Dreibholz - sliceimage-5.1-9 +- Post-install fix: exit instead of return +- Post-install fix: only call init script when there are init scripts + * Wed Jul 16 2014 Thierry Parmentelat - sliceimage-5.1-8 - use systemd unit files to initialize lxc-sliceimage instead of a sysv script