provide RHEL/Fedora-compatible openssl3 FIPS config
This commit is contained in:
parent
0bd296601d
commit
e2c90fde3c
11
libica.spec
11
libica.spec
@ -54,6 +54,17 @@ sh ./bootstrap.sh
|
|||||||
%endif
|
%endif
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%if %{with_fips}
|
||||||
|
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
|
||||||
|
# provide RHEL/Fedora-compatible openssl3 FIPS config
|
||||||
|
cat > src/openssl3-fips.cnf << EOF
|
||||||
|
openssl_conf = openssl_init
|
||||||
|
|
||||||
|
[openssl_init]
|
||||||
|
EOF
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user