public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nfs-ganesha] rawhide: options for PRIO_INHERIT and INTERNAL_STATD, and rebuild in sidetag
@ 2026-07-27 13:00 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-07-27 13:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nfs-ganesha
Branch : rawhide
Commit : 29aa215b4eb092e2310c5c0f4ad7f7355eef352b
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-07-27T09:00:09-04:00
Stats : +10/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nfs-ganesha/c/29aa215b4eb092e2310c5c0f4ad7f7355eef352b?branch=rawhide
Log:
options for PRIO_INHERIT and INTERNAL_STATD, and rebuild in sidetag
for Python 3.15.0b4 ABI change
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index 16089e4..0eaacf2 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -64,6 +64,9 @@ Requires: openSUSE-release
%bcond_with mooshika
%global use_mooshika %{on_off_switch mooshika}
+%bcond_with statd
+%global internal_statd %{on_off_switch statd}
+
%bcond_with 9P
%global use_9P %{on_off_switch 9P}
@@ -152,7 +155,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 12.0
-Release: 2%{?dev:%{dev}}%{?dist}
+Release: 3%{?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
@@ -605,6 +608,7 @@ cd src && %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DENABLE_QOS=%{use_qos} \
-DUSE_MONITORING=%{use_monitoring} \
-DUSE_TLS=%{use_tls} \
+ -DUSE_PRIO_INHERIT=%{use_prio_inherit} \
-DUSE_OPENSSL=%{use_openssl} \
-DUSE_GNUTLS=%{use_gnutls} \
-DUSE_9P_RDMA=%{use_mooshika} \
@@ -620,6 +624,7 @@ cd src && %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_FSAL_PROXY_V4=ON \
-DUSE_FSAL_PROXY_V3=ON \
-DUSE_DBUS=ON \
+ -DINTERNAL_STATD=%{internal_statd} \
-DUSE_9P=%{use_9P} \
-DDISTNAME_HAS_GIT_DATA=OFF \
-DUSE_MAN_PAGE=%{use_man_page} \
@@ -1006,6 +1011,10 @@ killall -SIGHUP dbus-daemon >/dev/null 2>&1 || :
%endif
%changelog
+* Mon Jul 27 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 12.0-1
+- NFS-Ganesha 12.0, options for PRIO_INHERIT and INTERNAL_STATD,
+ including Python 3.15.0b4 ABI change
+
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 12.0-2
- Rebuilt for Python 3.15.0b4 ABI change
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-27 13:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 13:00 [rpms/nfs-ganesha] rawhide: options for PRIO_INHERIT and INTERNAL_STATD, and rebuild in sidetag 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