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/uboot-tools] rawhide: Add openssl version conditionals
Date: Wed, 24 Jun 2026 12:34:00 GMT [thread overview]
Message-ID: <178230444035.1.7835738861628877825.rpms-uboot-tools-edc90bc98acd@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-24 12:34 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=178230444035.1.7835738861628877825.rpms-uboot-tools-edc90bc98acd@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