public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Add --libdir=%{_lib} for riscv64
@ 2026-06-09 12:45 Jasen Chao
  0 siblings, 0 replies; only message in thread
From: Jasen Chao @ 2026-06-09 12:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 48ec32a3c7d7ce0c2353a2b67d03a748066bca85
Author : Jasen Chao <JasenChao@gmail.com>
Date   : 2024-05-16T07:29:31-04:00
Stats  : +8/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/48ec32a3c7d7ce0c2353a2b67d03a748066bca85?branch=rebase_40beta

Log:
Add --libdir=%{_lib} for riscv64

---
diff --git a/openssl.spec b/openssl.spec
index ed1d95b..913164b 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 3.2.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 1
 Source: openssl-%{version}.tar.gz
 Source2: Makefile.certificate
@@ -268,7 +268,7 @@ sslarch="linux64-mips64 -mips64r2"
 sslflags=enable-ec_nistp_64_gcc_128
 %endif
 %ifarch riscv64
-sslarch=linux-generic64
+sslarch=linux64-riscv64
 %endif
 ktlsopt=enable-ktls
 %ifarch armv7hl
@@ -290,6 +290,9 @@ export HASHBANGPERL=/usr/bin/perl
 # RPM_OPT_FLAGS, so we can skip specifiying them here.
 ./Configure \
 	--prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
+%ifarch riscv64
+        --libdir=%{_lib} \
+%endif
 	--system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
 	zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
 	enable-cms enable-md2 enable-rc5 ${ktlsopt} enable-fips -D_GNU_SOURCE \
@@ -484,6 +487,9 @@ install -m644 %{SOURCE9} \
 %ldconfig_scriptlets libs
 
 %changelog
+* Tue May 14 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1:3.2.1-7
+- Add --libdir=%{_lib} for riscv64 (uses linux-generic64)
+
 * Thu Apr 04 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.1-6
 - Restoring missing part of 0044-
 - Backporting CMS FIPS defaults from CentOS 9

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:45 [rpms/openssl] rebase_40beta: Add --libdir=%{_lib} for riscv64 Jasen Chao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox