public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nextcloud-client] rawhide: Build against openssl3 to fix FTBFS on f45 (rhbz#2504367)
@ 2026-07-29 16:38 Michael J Gruber
0 siblings, 0 replies; only message in thread
From: Michael J Gruber @ 2026-07-29 16:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nextcloud-client
Branch : rawhide
Commit : d3e9c0faae21a7a65a814849637f5a13df0e2604
Author : Michael J Gruber <mjg@fedoraproject.org>
Date : 2026-07-27T11:21:20+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nextcloud-client/c/d3e9c0faae21a7a65a814849637f5a13df0e2604?branch=rawhide
Log:
Build against openssl3 to fix FTBFS on f45 (rhbz#2504367)
Even most current upstream versions do not compile cleanly against our
openssl 4, so use openssl3 compat packages for now.
---
diff --git a/nextcloud-client.spec b/nextcloud-client.spec
index 9e2503a..a52c79f 100644
--- a/nextcloud-client.spec
+++ b/nextcloud-client.spec
@@ -34,8 +34,13 @@ BuildRequires: libcloudproviders-devel
BuildRequires: libappstream-glib
BuildRequires: libp11-devel
BuildRequires: neon-devel
+%if 0%{?fedora} >= 45
+BuildRequires: openssl3-devel
+BuildRequires: openssl3-devel-engine
+%else
BuildRequires: openssl-devel
BuildRequires: openssl-devel-engine
+%endif
BuildRequires: pkgconfig(dbus-1)
BuildRequires: python3-sphinx
BuildRequires: qtlockedfile-qt6-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 16:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 16:38 [rpms/nextcloud-client] rawhide: Build against openssl3 to fix FTBFS on f45 (rhbz#2504367) Michael J Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox