From: Daniel Hokka Zakrisson Date: Tue, 2 Dec 2008 19:23:27 +0000 (+0000) Subject: Tagging module BootCD - BootCD-4.2-7 X-Git-Tag: BootCD-4.2-7~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=09c933fde43e7ade9ae2e1bc72233685cfea8304;hp=67a71664bb85304c73a1af5010723a689aa269f8;p=bootcd.git Tagging module BootCD - BootCD-4.2-7 Allow multiple -k options to the build.sh script. Probe devices in PCI bus order. --- diff --git a/bootcd.spec b/bootcd.spec index 3ee3c7c..2861971 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -7,7 +7,7 @@ %define name bootcd-%{nodefamily} %define version 4.2 -%define taglevel 6 +%define taglevel 7 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -90,6 +90,10 @@ fi [ -f /etc/planetlab/nodefamily ] || { mkdir -p /etc/planetlab ; echo %{nodefamily} > /etc/planetlab/nodefamily ; } %changelog +* Tue Dec 02 2008 Daniel Hokka Zakrisson - BootCD-4.2-7 +- Allow multiple -k options to the build.sh script. +- Probe devices in PCI bus order. + * Fri Nov 14 2008 Thierry Parmentelat - BootCD-4.2-6 - add support for fedora9 images - compliant with upstart - formerly monolythic dir 'conf_files/' split into 'etc/' and 'initscripts/'