public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nfs-ganesha] rawhide: 15.4 again, resurrect the snprintf fmt string patch
@ 2026-09-14 13:31 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-09-14 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nfs-ganesha
Branch : rawhide
Commit : 2070f5dfd00ef4d27d1fad75b022746312cd942a
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-09-14T09:30:34-04:00
Stats : +16/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/nfs-ganesha/c/2070f5dfd00ef4d27d1fad75b022746312cd942a?branch=rawhide
Log:
15.4 again, resurrect the snprintf fmt string patch
---
diff --git a/0003-src-monitoring-prometheus_exposer.cc.patch b/0003-src-monitoring-prometheus_exposer.cc.patch
new file mode 100644
index 0000000..d50c83b
--- /dev/null
+++ b/0003-src-monitoring-prometheus_exposer.cc.patch
@@ -0,0 +1,15 @@
+--- nfs-ganesha-15.3/src/monitoring/prometheus_exposer.cc.orig 2026-09-03 13:41:52.000000000 -0400
++++ nfs-ganesha-15.3/src/monitoring/prometheus_exposer.cc 2026-09-04 10:55:02.630149296 -0400
+@@ -500,8 +498,10 @@
+ LogFullDebug(
+ COMPONENT_FSAL,
+ "dynamic_metrics_export_info details :"
+- " dynamic_info.total_bytes %ld dynamic_info.avail_bytes %ld"
+- " dynamic_info.total_files %ld dynamic_info.avail_files %ld",
++ " dynamic_info.total_bytes %" PRIu64
++ " dynamic_info.avail_bytes %" PRIu64
++ " dynamic_info.total_files %" PRIu64
++ " dynamic_info.avail_files %" PRIu64,
+ dynamic_info.total_bytes, dynamic_info.avail_bytes,
+ dynamic_info.total_files, dynamic_info.avail_files);
+ dynamic_metrics_export_info(path, dynamic_info.total_bytes,
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index 3502947..9df5613 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -179,6 +179,7 @@ Source0: https://github.com/%{name}/%{name}/archive/V%{version}%{?dev:-%{dev}}/%
Source1: https://github.com/ceph/libkmip/archive/%{kmip_ver_long}/libkmip-%{kmip_ver_short}.tar.gz
Patch: 0001-config_samples-log_rotate.patch
Patch: 0002-src-scripts-python.patch
+Patch: 0003-src-monitoring-prometheus_exposer.cc.patch
BuildRequires: cmake
BuildRequires: make
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 13:31 [rpms/nfs-ganesha] rawhide: 15.4 again, resurrect the snprintf fmt string patch 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