X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootmanager.spec;h=ec334aaf8adaa2f474f93ba57458f6cb38cc2b62;hb=3a2a07818ad1b9a374a7ec78e8c4573a043dc338;hp=bce078f844b9580d776859f4c4e5a348c01aedf3;hpb=135271d073a8e7ddfe044ba62c35bb4f7a4676b0;p=bootmanager.git diff --git a/bootmanager.spec b/bootmanager.spec index bce078f..ec334aa 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -1,7 +1,7 @@ # %define name bootmanager -%define version 5.2 -%define taglevel 0 +%define version 5.3 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -18,7 +18,10 @@ License: BSD Group: System Environment/Base Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildArch: noarch +# in theory this should be a noarch rpm +# however because of libc-opendir-hack (which apparently targets f12 bootCDs) +# this is not true anymore and fedora23 won't let us build this as noarch anymore +# BuildArch: noarch Requires: tar, gnupg, sharutils, bzip2 # need the apache user at install-time @@ -82,6 +85,56 @@ chmod 700 /var/log/bm /etc/plc.d/bootmanager %changelog +* Sun Jan 10 2016 Thierry Parmentelat - bootmanager-5.3-4 +- runlevelagent was not able to reach myplc because of +- server verification that is now implicit in python 2.7.9 + +* Tue Dec 08 2015 Thierry Parmentelat - bootmanager-5.3-3 +- patch for f23 as of dec. 2015 where kernel and initrd show up in +- a new location under /boot +- plus bugfix with format and single { and } for awk args + +* Fri Nov 13 2015 Thierry Parmentelat - bootmanager-5.3-2 +- not a noarch package anymore (indeed it does come with binaries) +- fix ssl connection for runlevelagent for recent pythons +- for fedora23, ignore if rsa1 key generation fails + +* Fri Jun 26 2015 Thierry Parmentelat - bootmanager-5.3-1 +- Use TLSv1 to connect to myplc, instead of SSLv3 that is known to be broken +- Can implement 'upgrade' in addition to 'reinstall' boot state +- upgrade does essentially the same as reinstall except that slices are preserved +- upgrade works only on nodes already running containers +- because /vservers/ needs to be a btrfs filesystem +- pycurl is now a strong requirement (old curl-based code removed) +- bugfix for ssh key generation (were all typed rsa1) +- a lot of prettification + +* Wed Jul 16 2014 Thierry Parmentelat - bootmanager-5.2-5 +- runs AnsibleHook, that optionnally runs playbooks (by default, usual behaviour) +- introduces the ONE_PARTITION configuration variable +- some suport for chainbooting ubuntu + +* Mon Apr 28 2014 Thierry Parmentelat - bootmanager-5.2-4 +- no functional change, only tweaks in Makefile for interating with test environment + +* Tue Mar 25 2014 Thierry Parmentelat - bootmanager-5.2-3 +- some old f18 bootCDs do not support mkfs.btrfs -f +- so invoke this option only when supported + +* Fri Mar 21 2014 Thierry Parmentelat - bootmanager-5.2-2 +- conf_files.py is expected in /usr/share/NodeManager, not in /etc/init.d any more +- smarter for locating initrd, for f20 +- add -f to mkfs.btrfs - sometimes hangs otherwise + +* Thu Mar 07 2013 Thierry Parmentelat - bootmanager-5.2-1 +- merged the branches for vserver and lxc +- requires the rest of 5.2 - notably 'virt' in GetNodeFlavour +- note that WriteModprobeConfig and MakeInitrd are turned off for lxc nodes +- also note that fsck management for btrfs/lxc is still weak +- vs_ROOT_SIZE=14G lxc_ROOT_SIZE=70G +- vs_TOTAL_MINIMUM_DISK_SIZE=50G lxc_TOTAL_MINIMUM_DISK_SIZE=120G +- expects ntpd to be turned on in the nodeimage + * Fri Feb 22 2013 Thierry Parmentelat - bootmanager-5.1-5 - fix for heterogeneous bootimage/nodeimage