From 479040da8de93485f944e8ca9b5d069c0dc21553 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Mar 25 2024 17:13:22 +0000 Subject: Build OpenSSL with no-engine support Signed-off-by: Sahana Prasad --- diff --git a/openssl.spec b/openssl.spec index 504e052..6b89855 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: 4%{?dist} +Release: 5%{?dist}~no_engine Epoch: 1 Source: openssl-%{version}.tar.gz Source2: Makefile.certificate @@ -298,7 +298,7 @@ export HASHBANGPERL=/usr/bin/perl --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 \ - no-mdc2 no-ec2m no-sm2 no-sm4 enable-buildtest-c++ \ + no-mdc2 no-ec2m no-sm2 no-sm4 enable-buildtest-c++ no-engine\ shared ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\"" -DREDHAT_FIPS_VERSION="\"%{fips}\""'\ -Wl,--allow-multiple-definition @@ -489,6 +489,9 @@ install -m644 %{SOURCE9} \ %ldconfig_scriptlets libs %changelog +* Mon Mar 25 2024 Sahana Prasad - 1:3.2.1-5 +- Build OpenSSL with no-engine support + * Mon Mar 25 2024 Sahana Prasad - 1:3.2.1-4 - Add no-engine support. The previous commit was a mistake.