OpenSSL on RHEL 7 doesn't know about PROFILE=SYSTEM

This commit is contained in:
Jamie Nguyen 2016-07-02 16:30:14 +01:00
parent c90a743b30
commit f9c3fc84f1
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ cp %{SOURCE210} .
%if 0%{?rhel} < 8
sed -i -e 's#KillMode=.*#KillMode=process#g' %{SOURCE10}
sed -i -e 's#PROFILE=SYSTEM#HIGH:!aNULL:!MD5#' %{SOURCE12}
%endif