X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootcd.spec;h=18145dbc66852064e2ec19118a8179624f75cf47;hb=501b7ec43b05cf01627773c798cee8cf7cb14619;hp=3004c7e12c879fd61b7447ee6e20c5211824aee7;hpb=5cdf2b78ea9e82caea7792b1043817512d379c75;p=bootcd.git diff --git a/bootcd.spec b/bootcd.spec index 3004c7e..18145db 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -7,7 +7,7 @@ %define name bootcd-%{nodefamily} %define version 4.2 -%define taglevel 2 +%define taglevel 11 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -31,6 +31,8 @@ BuildArch: noarch Requires: dosfstools, mkisofs, gzip, mtools, syslinux +Requires: pyplnet + AutoReqProv: no %define debug_package %{nil} @@ -57,6 +59,7 @@ pushd BootCD # Install the reference image and build scripts install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name} install -m 755 build.sh $RPM_BUILD_ROOT/%{_datadir}/%{name}/ +install -m 755 kupdate.sh $RPM_BUILD_ROOT/%{_datadir}/%{name}/ tar cpf - \ build/isofs/bootcd.img \ build/isofs/kernel \ @@ -90,6 +93,39 @@ fi [ -f /etc/planetlab/nodefamily ] || { mkdir -p /etc/planetlab ; echo %{nodefamily} > /etc/planetlab/nodefamily ; } %changelog +* Tue Apr 07 2009 Thierry Parmentelat - BootCD-4.2-11 +- Added support for handling kernel variants +- http://svn.planet-lab.org/wiki/BootcdVariant + +* Tue Mar 24 2009 Thierry Parmentelat - BootCD-4.2-10 +- mkfs.vfat output removed prior to invokation - fix needed on fedora 10 + +* Tue Dec 30 2008 Marc Fiuczynski - BootCD-4.2-9 +- Added kupdate.sh + +* Sat Dec 13 2008 Daniel Hokka Zakrisson - BootCD-4.2-8 +- Use pyplnet. +- Add a site_admin account to the BootCD. +- Add some explanations for common errors. + +* 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/' + +* Tue Sep 23 2008 Thierry Parmentelat - BootCD-4.2-5 +- cosmetic - pl_boot to display timestamps + +* Mon Aug 04 2008 Stephen Soltesz - BootCD-4.2-4 +- adds -k as an argument to build.sh to pass additional kernel parameters to the +- bootcd and kexec kernel. + +* Mon May 05 2008 Thierry Parmentelat - BootCD-4.2-3 +- rpm release tag does not need pldistro as it is already part of the rpm name + * Thu Apr 24 2008 Thierry Parmentelat - BootCD-4.2-2 - change location of nodefamily in /etc/planetlab/