diff --git a/compat-openssl11.spec b/compat-openssl11.spec index b411c50d738402e80eb49fe508581c5c55fd19cb..ad25185846e40624c0ebc6f4eb247d74af67b3a5 100644 --- a/compat-openssl11.spec +++ b/compat-openssl11.spec @@ -1,7 +1,7 @@ %define soversion 1.1 Name: compat-openssl11 Version: 1.1.1m -Release: 7 +Release: 8 Epoch: 1 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay @@ -144,9 +144,12 @@ sslarch=%{_os}-%{_target_cpu} %ifarch x86_64 aarch64 sslflags=enable-ec_nistp_64_gcc_128 %endif -%ifarch loongarch64 +%ifarch loongarch64 riscv64 sslflags="--libdir=%{_libdir}" %endif +%ifarch riscv64 +sslarch=%{_os}64-%{_target_cpu} +%endif RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack -DPURIFY $RPM_LD_FLAGS" ./Configure \ @@ -230,6 +233,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Mon Jun 05 2023 laokz - 1:1.1.1m-8 +- fix sslarch and libdir for riscv64 + * Thu May 25 2023 fangxiuning - 1:1.1.1m-7 - Fix some cves