From 8b24c3f438cfa44c5e416e058d98614d8c6c0b92 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 29 Jun 2024 14:13:19 +0000 Subject: [PATCH] 3.3.1 --- openssl3.3.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openssl3.3.spec b/openssl3.3.spec index 1d22293..52bac62 100644 --- a/openssl3.3.spec +++ b/openssl3.3.spec @@ -77,6 +77,7 @@ This is OpenSSL %{major} for platforms with OpenSSL 1.0 as the main version of O %{_optdir}/%{name}/ssl/* %{_optdir}/%{name}/%{_lib}/ossl-modules/legacy.so %{_optdir}/%{name}/lib +%{_libdir}/*.so.* #---------------------------------------------------------------------------- @@ -262,9 +263,15 @@ popd %ifarch x86_64 amd64 # fix lib +install -d %{buildroot}%{_libdir} pushd %{buildroot}%{_optdir}/%{name}/ ln -s lib64 lib popd +pushd %{buildroot}%{_libdir} +ln -sf %{_optdir}/%{name}/%{_lib}/libcrypto.so.3 %{buildroot}%{_libdir}/libcrypto.so.3 +ln -sf %{_optdir}/%{name}/%{_lib}/libssl.so.3 %{buildroot}%{_libdir}/libssl.so.3 +popd + %endif