public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jasen Chao <JasenChao@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: Add --libdir=%{_lib} for riscv64
Date: Tue, 09 Jun 2026 12:45:19 GMT [thread overview]
Message-ID: <178100911949.1.9649679194036276701.rpms-openssl-48ec32a3c7d7@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-09 12:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178100911949.1.9649679194036276701.rpms-openssl-48ec32a3c7d7@fedoraproject.org \
--to=jasenchao@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox