public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/khealthcertificate] f43: Added conditionals so builds still succeed on other releases
@ 2026-06-23 17:57 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-06-23 17:57 UTC (permalink / raw)
  To: git-commits

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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-23 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 17:57 [rpms/khealthcertificate] f43: Added conditionals so builds still succeed on other releases Steve Cossette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox