X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootmanager.spec;h=7649160a2103a63d43f256141fba05ac225af436;hb=68eef50d9f35e3cab248f0212007b84c110cf4cb;hp=379696d2f771aeb501b3eaf436701789cfd9927d;hpb=1502702d9286ca85db37e8c1acb7d5ac5015b56a;p=bootmanager.git diff --git a/bootmanager.spec b/bootmanager.spec index 379696d..7649160 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -1,18 +1,14 @@ # -# $Id$ -# -%define url $URL$ - %define name bootmanager %define version 5.0 -%define taglevel 12 +%define taglevel 20 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: The PlanetLab Boot Manager Name: %{name} @@ -30,7 +26,7 @@ Requires: httpd Requires: PLCAPI >= 5.0 # the python code packaged in these are shipped on the node as well -Requires: pypcilib pyplnet monitor-runlevelagent +Requires: pypcilib pyplnet ### avoid having yum complain about updates, as stuff is moving around # plc.d/bootmanager @@ -76,11 +72,6 @@ mkdir -p /var/log/bm chown apache:apache /var/log/bm chmod 700 /var/log/bm -# NOTE: do not run this agent when installed on a myplc. -# xxx - a bit hacky maybe -chkconfig monitor-runlevelagent off -chkconfig --del monitor-runlevelagent - %files %defattr(-,root,root,-) %{_datadir}/%{name} @@ -90,6 +81,45 @@ chkconfig --del monitor-runlevelagent /etc/plc.d/bootmanager %changelog +* Thu Jul 07 2011 Thierry Parmentelat - bootmanager-5.0-20 +- be more explicit on the node conf_file actually used +- did this after a former PLC node tried to boot at PLE with its PLC plnode.txt still on a usb stick + +* Fri Jun 10 2011 Thierry Parmentelat - bootmanager-5.0-19 +- nicer log - was intended for previous tag + +* Wed Jun 08 2011 Thierry Parmentelat - bootmanager-5.0-18 +- {Start,Stop,}RunLevelAgent now ship with bootmanager +- new UpdateLastBootOnce +- root_size bumped to 14Gb which is more in line with modern h/w +- more safely tries to umount /dev/ and /sys +- support for raid partitions +- mkswap -f +- blacklist files from /etc/modprobe.conf/* instead + +* Thu Feb 17 2011 Thierry Parmentelat - bootmanager-5.0-17 +- on install of boostrapfs, keep track in /bm-install.log with date & flavour + +* Sun Jan 23 2011 Thierry Parmentelat - bootmanager-5.0-16 +- for f14 : try to mount /dev as devtmpfs before bind-mounting to on the hdd's /dev +- fix for chosing version of parted - for f14 +- added support for virtio deveices in /dev/vd +- fixed scanning of new disks +- slightly reviewed logs - default mode is verbose +- removed deprecated mkinitrd.sh + +* Fri Dec 10 2010 S.Çağlar Onur - bootmanager-5.0-15 +- Fix problems caused by shell redirection + +* Thu Dec 09 2010 Thierry Parmentelat - bootmanager-5.0-14 +- tag 5.0-13 is broken + +* Wed Dec 08 2010 S.Çağlar Onur - bootmanager-5.0-13 +- Add support for uploading bash_history to a central server for failboot nodes. +- Start to use subprocess instead of deprecated popen2 module +- Fix typo for VSERVERS_SIZE +- Add --allow-missing parameter to support different kernel configs with mkinitrd + * Thu Aug 26 2010 S.Çağlar Onur - bootmanager-5.0-12 - Revert "replace deprecated popen2 with subprocess"