temporarily disable ktls to unblock c10s builds
Resolves: RHEL-25259 Signed-off-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
parent
4334bc837f
commit
96988f0060
@ -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: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
Source: openssl-%{version}.tar.gz
|
||||
Source2: Makefile.certificate
|
||||
@ -269,7 +269,8 @@ sslflags=enable-ec_nistp_64_gcc_128
|
||||
%ifarch riscv64
|
||||
sslarch=linux-generic64
|
||||
%endif
|
||||
ktlsopt=enable-ktls
|
||||
#temporarily disable ktls to unblock c10s builds
|
||||
ktlsopt=disable-ktls
|
||||
%ifarch armv7hl
|
||||
ktlsopt=disable-ktls
|
||||
%endif
|
||||
@ -483,6 +484,10 @@ install -m644 %{SOURCE9} \
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%changelog
|
||||
* Tue Feb 13 2024 Sahana Prasad <sahana@redhat.com> - 1:3.2.1-3
|
||||
- Temporarily disable ktls to unblock c10s builds
|
||||
- Resolves: RHEL-25259
|
||||
|
||||
* Fri Feb 09 2024 Sahana Prasad <sahana@redhat.com> - 1:3.2.1-2
|
||||
- Fix version aliasing issue
|
||||
- https://github.com/openssl/openssl/issues/23534
|
||||
|
Loading…
Reference in New Issue
Block a user