public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/khealthcertificate] f43: Added conditionals so builds still succeed on other releases
Date: Tue, 23 Jun 2026 17:57:53 GMT [thread overview]
Message-ID: <178223747379.1.6603941349118028454.rpms-khealthcertificate-5f332d3abbb5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/khealthcertificate
Branch : f43
Commit : 5f332d3abbb59ed58eb980211886fa8c13ba1afa
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-04-14T09:05:26-04:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/khealthcertificate/c/5f332d3abbb59ed58eb980211886fa8c13ba1afa?branch=f43
Log:
Added conditionals so builds still succeed on other releases
---
diff --git a/khealthcertificate.spec b/khealthcertificate.spec
index a6534dd..0cf9c71 100644
--- a/khealthcertificate.spec
+++ b/khealthcertificate.spec
@@ -9,7 +9,13 @@ Source: https://download.kde.org/%{stable_kf6}/release-service/%{version
BuildRequires: extra-cmake-modules
BuildRequires: kf6-rpm-macros
BuildRequires: gcc-c++
+
+# Fedora 45 introduced OpenSSL v4, which doesn't work with this package yet
+%if 0%{?fedora} >= 45 && ! 0%{?rhel}
BuildRequires: openssl3-devel
+%else
+BuildRequires: openssl-devel
+%endif
BuildRequires: zlib-devel
BuildRequires: cmake(KF6Archive)
reply other threads:[~2026-06-23 17:57 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=178223747379.1.6603941349118028454.rpms-khealthcertificate-5f332d3abbb5@fedoraproject.org \
--to=farchord@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