public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libcoap] rawhide: add openssl3 conditionals
Date: Tue, 21 Jul 2026 12:03:02 GMT	[thread overview]
Message-ID: <178463538286.1.15289448201997139994.rpms-libcoap-d8427e2c72b8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libcoap
Branch : rawhide
Commit : d8427e2c72b879e77006138d3f12c429a3ac83f0
Author : Peter Robinson <pbrobinson@gmail.com>
Date   : 2026-07-21T13:02:52+01:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/libcoap/c/d8427e2c72b879e77006138d3f12c429a3ac83f0?branch=rawhide

Log:
add openssl3 conditionals

---
diff --git a/libcoap.spec b/libcoap.spec
index 1ee3e1b..2f2f47a 100644
--- a/libcoap.spec
+++ b/libcoap.spec
@@ -15,8 +15,13 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gcc
 BuildRequires: libtool
-BuildRequires: openssl-devel
-BuildRequires: openssl-devel-engine
+%if 0%{?fedora} > 44
+BuildRequires:  openssl3-devel
+BuildRequires:  openssl3-devel-engine
+%else
+BuildRequires:  openssl-devel
+BuildRequires:  openssl-devel-engine
+%endif
 BuildRequires: asciidoc
 BuildRequires: ctags
 BuildRequires: doxygen

                 reply	other threads:[~2026-07-21 12:03 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=178463538286.1.15289448201997139994.rpms-libcoap-d8427e2c72b8@fedoraproject.org \
    --to=pbrobinson@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