X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootmanager.spec;h=5974ece2d5610bad7197a564dc39ec3da0114ed3;hb=04a3e9e0ff95d053b9b90569ab4d92a264a4057e;hp=b4af2a74274e4921c0ded0b2a9a9c932df2276ae;hpb=c33c10933fd95124d3162ceccd587e1894414ea6;p=bootmanager.git diff --git a/bootmanager.spec b/bootmanager.spec index b4af2a7..5974ece 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -1,7 +1,7 @@ # %define name bootmanager %define version 5.3 -%define taglevel 0 +%define taglevel 2 %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,21 @@ chmod 700 /var/log/bm /etc/plc.d/bootmanager %changelog +* 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