public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sendmail] rawhide: Fix build with OpenSSL 4.0
@ 2026-06-12 19:53 Dmitry Belyavskiy
  0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-12 19:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/sendmail
Branch : rawhide
Commit : 546e3f178962deab5f86b92669b46d67423d1ad9
Author : Dmitry Belyavskiy <beldmit@gmail.com>
Date   : 2026-06-12T15:53:19-04:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/sendmail/c/546e3f178962deab5f86b92669b46d67423d1ad9?branch=rawhide

Log:
Fix build with OpenSSL 4.0

---
diff --git a/sendmail.spec b/sendmail.spec
index 5e4c17c..03da22e 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -42,7 +42,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.18.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: sendmail-8.23 AND MIT AND MIT-CMU AND BSD-3-Clause AND CDDL-1.0 AND BSD-4-Clause AND BSD-4-Clause-UC AND PostgreSQL AND ISC AND HPND-sell-variant AND mailprio
 URL: http://www.sendmail.org/
 
@@ -129,7 +129,7 @@ Requires: setup >= 2.5.31-1
 BuildRequires: setup >= 2.5.31-1
 %if "%{with_tls}" == "yes"
 BuildRequires: openssl-devel
-%if 0%{?fedora} >= 41
+%if 0%{?fedora} >= 41 && 0%{?fedora} < 45
 BuildRequires:  openssl-devel-engine
 %endif
 %endif
@@ -765,6 +765,9 @@ exit 0
 
 
 %changelog
+* Fri Jun 12 2026 Dmitry Belyavskiy <beldmit@gmail.com> - 8.18.2-5
+- Fix build with OpenSSL 4.0 (bound openssl-devel-engine to Fedora < 45)
+
 * Tue Jun 09 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 8.18.2-4
 - Used self signed certificate instead of the CA bundle
   Resolves: rhbz#2476449

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-12 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 19:53 [rpms/sendmail] rawhide: Fix build with OpenSSL 4.0 Dmitry Belyavskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox