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] rawhide: options for PRIO_INHERIT and INTERNAL_STATD, and rebuild in sidetag
Date: Mon, 27 Jul 2026 13:00:48 GMT [thread overview]
Message-ID: <178515724893.1.238374418759062974.rpms-nfs-ganesha-29aa215b4eb0@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-27 13:00 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=178515724893.1.238374418759062974.rpms-nfs-ganesha-29aa215b4eb0@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