public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nfs-ganesha] f44: add missing BR for rdma-core-devel and enable rdma
@ 2026-06-16 17:52 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-16 17:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nfs-ganesha
Branch : f44
Commit : ea53ddab67d820a5cb61c144d02628fc5c17bcde
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-06-16T13:31:16-04:00
Stats : +12/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nfs-ganesha/c/ea53ddab67d820a5cb61c144d02628fc5c17bcde?branch=f44
Log:
add missing BR for rdma-core-devel and enable rdma
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index b8d41d5..5bb0218 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -61,8 +61,8 @@ Requires: openSUSE-release
%bcond_with kvsfs
%global use_fsal_kvsfs %{on_off_switch kvsfs}
-%bcond_with rdma
-%global use_rdma %{on_off_switch rdma}
+%bcond_with mooshika
+%global use_mooshika %{on_off_switch mooshika}
%bcond_with 9P
%global use_9P %{on_off_switch 9P}
@@ -138,7 +138,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 9.16
-Release: 1%{?dev:%{dev}}%{?dist}
+Release: 2%{?dev:%{dev}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
License: LGPL-3.0-or-later
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
@@ -157,6 +157,10 @@ BuildRequires: flex
BuildRequires: pkgconfig
BuildRequires: userspace-rcu-devel
BuildRequires: krb5-devel
+%if ( 0%{?with_nfs_rdma} || 0%{?with_rpc_rdma} )
+# for RDMA:
+BuildRequires: rdma-core-devel
+%endif
%if ( 0%{?with rados_recov} || 0%{?with rados_urls} )
BuildRequires: librados-devel >= 0.61
%endif
@@ -211,7 +215,7 @@ BuildRequires: nfsidmap-devel
BuildRequires: libnfsidmap-devel
%endif
-%if ( 0%{?with_rdma} )
+%if ( 0%{?with_mooshika} )
BuildRequires: libmooshika-devel >= 0.6-0
%endif
%if ( 0%{?with_jemalloc} )
@@ -581,7 +585,7 @@ cd src && %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_FSAL_SAUNAFS=%{use_fsal_saunafs} \
-DUSE_SYSTEM_NTIRPC=%{use_system_ntirpc} \
-DENABLE_QOS=%{use_qos} \
- -DUSE_9P_RDMA=%{use_rdma} \
+ -DUSE_9P_RDMA=%{use_mooshika} \
-DUSE_LTTNG=%{use_lttng} \
-DUSE_UNWIND=%{use_unwind} \
-DUSE_UNWIND_ENRICHED_BT=%{use_unwind_enriched_bt} \
@@ -973,6 +977,9 @@ killall -SIGHUP dbus-daemon >/dev/null 2>&1 || :
%endif
%changelog
+* Tue Jun 16 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 9.16-2
+- NFS-Ganesha 9.16, missing BR for rdma-core-devel and enable rdma
+
* Mon Jun 15 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 9.16-1
- NFS-Ganesha 9.16 GA
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 17:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 17:52 [rpms/nfs-ganesha] f44: add missing BR for rdma-core-devel and enable rdma Kaleb S. KEITHLEY
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox