public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uboot-tools] rawhide: Add openssl version conditionals
@ 2026-06-24 12:34 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-06-24 12:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uboot-tools
Branch : rawhide
Commit : edc90bc98acd74a744d49d523a86f260aa20708e
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2026-06-24T13:33:49+01:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uboot-tools/c/edc90bc98acd74a744d49d523a86f260aa20708e?branch=rawhide
Log:
Add openssl version conditionals
---
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 1e28f21..570e75c 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -62,8 +62,13 @@ BuildRequires: gnutls-devel
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: ncurses-devel
+%if 0%{?fedora} > 44
BuildRequires: openssl3-devel
BuildRequires: openssl3-devel-engine
+%else
+BuildRequires: openssl-devel
+BuildRequires: openssl-devel-engine
+%endif
BuildRequires: perl-interpreter
BuildRequires: python3-devel
BuildRequires: python3-setuptools
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 12:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 12:34 [rpms/uboot-tools] rawhide: Add openssl version 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