public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dmitry Belyavskiy <beldmit@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sendmail] rawhide: Fix build with OpenSSL 4.0
Date: Fri, 12 Jun 2026 19:53:59 GMT	[thread overview]
Message-ID: <178129403963.1.17907004453278845932.rpms-sendmail-546e3f178962@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-12 19:53 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=178129403963.1.17907004453278845932.rpms-sendmail-546e3f178962@fedoraproject.org \
    --to=beldmit@gmail.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