public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nfs-ganesha] f44: add missing BR for rdma-core-devel and enable rdma
Date: Tue, 16 Jun 2026 17:52:41 GMT	[thread overview]
Message-ID: <178163236101.1.798523813611637353.rpms-nfs-ganesha-ea53ddab67d8@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-16 17:52 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=178163236101.1.798523813611637353.rpms-nfs-ganesha-ea53ddab67d8@fedoraproject.org \
    --to=kkeithle@redhat.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