From: Stephen Soltesz Date: Fri, 4 Sep 2009 22:59:08 +0000 (+0000) Subject: Setting tag BootCD-4.2-15 X-Git-Tag: BootCD-4.2-15~1 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=8d6c6ae5c84ec28a6f1bc8ea84d8276e57d9b91a Setting tag BootCD-4.2-15 record the ntp time to the hwclock. this is a bootcd operation, but it is repeated in the bootmanager to handle all CDs without this operation --- diff --git a/bootcd.spec b/bootcd.spec index 98c2eda..77d7666 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -7,7 +7,7 @@ %define name bootcd-%{nodefamily} %define version 4.2 -%define taglevel 14 +%define taglevel 15 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -93,6 +93,10 @@ fi [ -f /etc/planetlab/nodefamily ] || { mkdir -p /etc/planetlab ; echo %{nodefamily} > /etc/planetlab/nodefamily ; } %changelog +* Fri Sep 04 2009 Stephen Soltesz - BootCD-4.2-15 +- record the ntp time to the hwclock. this is a bootcd operation, but it is +- repeated in the bootmanager to handle all CDs without this operation + * Mon Jun 29 2009 Marc Fiuczynski - BootCD-4.2-14 - Daniel's update to generalize the kvariant support.