public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libcoap] rawhide: add openssl3 conditionals
@ 2026-07-21 12:03 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-07-21 12:03 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 12:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 12:03 [rpms/libcoap] rawhide: add openssl3 conditionals Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox