diff --git a/openssl.spec b/openssl.spec index 1551001003439c8a2a8103635379a83525c9d6c3..a889144f81b3f154b7d5004832e148e2c960f11a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,4 +1,4 @@ -%define anolis_release 14 +%define anolis_release 15 %global soversion 3 %define srpmhash() %{lua: @@ -196,7 +196,7 @@ export HASHBANGPERL=/usr/bin/perl ./Configure \ --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ - %ifarch riscv64 + %ifarch riscv64 sw_64 --libdir=%{_lib} \ %endif --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \ @@ -319,6 +319,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/{openssl.cnf.dist,ct_log_list.cnf.di %doc NEWS.md README.md %changelog +* Wed Aug 13 2025 lzq11122 1:3.0.12-15 +- fix build error for sw_64 + * Thu Jul 10 2025 mgb01105731 1:3.0.12-14 - Add patch to fix CVE-2024-13176