public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dmitry Belyavskiy <dbelyavs@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: We don't want to ship openssl-pkcs11 in RHEL10/Centos 10
Date: Tue, 09 Jun 2026 12:45:14 GMT [thread overview]
Message-ID: <178100911471.1.16983961635954158352.rpms-openssl-84795a92474d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 84795a92474d367f6ae605f294a943094e87a860
Author : Dmitry Belyavskiy <dbelyavs@redhat.com>
Date : 2024-01-10T18:15:14+01:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/84795a92474d367f6ae605f294a943094e87a860?branch=rebase_40beta
Log:
We don't want to ship openssl-pkcs11 in RHEL10/Centos 10
---
diff --git a/openssl.spec b/openssl.spec
index 0ac4d64..5dec5da 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.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 1
Source: openssl-%{version}.tar.gz
Source2: Makefile.certificate
@@ -175,7 +175,11 @@ protocols.
Summary: A general purpose cryptography library with TLS implementation
Requires: ca-certificates >= 2008-5
Requires: crypto-policies >= 20180730
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
+Recommends: pkcs11-provider%{?_isa}
+%else
Recommends: openssl-pkcs11%{?_isa}
+%endif
%description libs
OpenSSL is a toolkit for supporting cryptography. The openssl-libs
@@ -478,6 +482,9 @@ install -m644 %{SOURCE9} \
%ldconfig_scriptlets libs
%changelog
+* Wed Jan 10 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.1.4-2
+- We don't want to ship openssl-pkcs11 in RHEL10/Centos 10
+
* Thu Oct 26 2023 Sahana Prasad <sahana@redhat.com> - 1:3.1.4-1
- Rebase to upstream version 3.1.4
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=178100911471.1.16983961635954158352.rpms-openssl-84795a92474d@fedoraproject.org \
--to=dbelyavs@redhat.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