public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/tinc] rawhide: Conditionalize openssl-devel-engine dependency
Date: Sun, 14 Jun 2026 20:00:07 GMT	[thread overview]
Message-ID: <178146720706.1.8366420592970298165.rpms-tinc-fe31c4a831b5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tinc
            Branch : rawhide
            Commit : fe31c4a831b5a2ac2996a279f9229bccb02a448e
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-14T15:59:18-04:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/tinc/c/fe31c4a831b5a2ac2996a279f9229bccb02a448e?branch=rawhide

            Log:
            Conditionalize openssl-devel-engine dependency

This subpackage was dropped with openssl 4 in F45.

---
diff --git a/tinc.spec b/tinc.spec
index c3bca11..a78e481 100644
--- a/tinc.spec
+++ b/tinc.spec
@@ -11,7 +11,9 @@ Source0:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
 BuildRequires: make
 BuildRequires:  gcc
 BuildRequires:  openssl-devel
+%if 0%{?fedora} >= 41 && 0%{?fedora} < 45
 BuildRequires:  openssl-devel-engine
+%endif
 BuildRequires:  lzo-devel
 BuildRequires:  systemd
 BuildRequires:  systemd-units

                 reply	other threads:[~2026-06-14 20:00 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=178146720706.1.8366420592970298165.rpms-tinc-fe31c4a831b5@fedoraproject.org \
    --to=yselkowi@redhat.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