public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: We don't want to ship openssl-pkcs11 in RHEL10/Centos 10
@ 2026-06-09 12:45 Dmitry Belyavskiy
0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-09 12:45 UTC (permalink / raw)
To: git-commits
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
^ 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: We don't want to ship openssl-pkcs11 in RHEL10/Centos 10 Dmitry Belyavskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox