Skip to content

Commit 65ad1fc

Browse files
committed
Setting tag bootcd-5.3-1
use TLSv1 instead of SSLv3 on systemd distros, do not try to replace the whole boot sequence as older bootCDs did; pl_boot is now just one more service, not the single service to run; this solves f21 bootCDs not starting up properly
1 parent 749c4ca commit 65ad1fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bootcd.spec

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
%define name bootcd-%{nodefamily}
55
%define version 5.3
6-
%define taglevel 0
6+
%define taglevel 1
77

88
# pldistro already in the rpm name
99
%define release %{taglevel}%{?date:.%{date}}
@@ -114,6 +114,12 @@ rm -rf $RPM_BUILD_ROOT
114114
/etc/plc.d
115115

116116
%changelog
117+
* Fri Jun 26 2015 Thierry Parmentelat <[email protected]> - bootcd-5.3-1
118+
- use TLSv1 instead of SSLv3
119+
- on systemd distros, do not try to replace the whole boot sequence
120+
- as older bootCDs did; pl_boot is now just one more service, not the single
121+
- service to run; this solves f21 bootCDs not starting up properly
122+
117123
* Fri Apr 24 2015 Thierry Parmentelat <[email protected]> - bootcd-5.2-6
118124
- remove default kargs systemd.log_target=console console=ttyS0,115200
119125
- simpler bootcd layout (no memdisk nor isolinux-debug.bin)

0 commit comments

Comments
 (0)