File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 20
20
21
21
platform = proj . get_platform
22
22
23
- # We need to explicitly define 1.1.1k here to avoid
24
- # build dep conflicts between openssl-1.1.1 needed by curl
25
- # and krb5-devel
26
23
if proj . settings [ :openssl_version ]
27
24
# already defined in the project
28
- elsif platform . name =~ /^redhatfips-8 /
29
- proj . setting ( :openssl_version , '1.1.1k ' )
25
+ elsif platform . name =~ /^redhatfips-* /
26
+ proj . setting ( :openssl_version , '1.1.1-fips ' )
30
27
else
31
28
proj . setting ( :openssl_version , '1.1.1' )
32
29
end
106
103
107
104
# Common deps
108
105
proj . component "runtime-client-tools"
109
-
110
- if platform . name =~ /^redhatfips-7/ && proj . openssl_version == '1.1.1'
111
- proj . component "openssl-1.1.1-fips"
112
- elsif platform . name =~ /^redhatfips-8/ && proj . openssl_version == '1.1.1k'
113
- proj . component "openssl-1.1.1-fips"
114
- elsif proj . settings [ :openssl_version ]
115
- proj . component "openssl-#{ proj . openssl_version } "
116
- end
106
+ proj . component "openssl-#{ proj . openssl_version } "
117
107
proj . component "curl"
118
108
proj . component "puppet-ca-bundle"
119
109
proj . component "libicu"
You can’t perform that action at this time.
0 commit comments