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/libntirpc] rawhide: ntirpc 15.3 plus accidently omitted patch for 15.4
Date: Mon, 14 Sep 2026 12:33:23 GMT [thread overview]
Message-ID: <178938920328.1.6335482371463454879.rpms-libntirpc-f79917a3cc4a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libntirpc
Branch : rawhide
Commit : f79917a3cc4a3b6c83a7c18baab71b831fe2b976
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-09-14T08:32:40-04:00
Stats : +38/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libntirpc/c/f79917a3cc4a3b6c83a7c18baab71b831fe2b976?branch=rawhide
Log:
ntirpc 15.3 plus accidently omitted patch for 15.4
---
diff --git a/0001-src-monitoring-include-monitoring.h.patch b/0001-src-monitoring-include-monitoring.h.patch
new file mode 100644
index 0000000..0fdbc04
--- /dev/null
+++ b/0001-src-monitoring-include-monitoring.h.patch
@@ -0,0 +1,32 @@
+--- ntirpc-15.3/src/monitoring/include/monitoring.h.orig 2026-09-02 14:50:30.000000000 -0400
++++ ntirpc-15.3/src/monitoring/include/monitoring.h 2026-09-14 08:18:34.782114838 -0400
+@@ -220,6 +220,7 @@
+ static inline uint64_t
+ monitoring__counter_get(counter_metric_handle_t UNUSED(handle))
+ {
++ return 0;
+ }
+
+ static inline void monitoring__counter_set(
+@@ -227,16 +228,17 @@
+ {
+ }
+
+-static void monitoring__counter_remove(counter_metric_handle_t UNUSED(handle))
++static inline void
++monitoring__counter_remove(counter_metric_handle_t UNUSED(handle))
+ {
+ }
+
+-static void monitoring__gauge_remove(gauge_metric_handle_t UNUSED(handle))
++static inline void monitoring__gauge_remove(gauge_metric_handle_t UNUSED(handle))
+ {
+ }
+
+-static void
+-monitoring__histogram_remove(histogram_metric_handle_t UNUSED(handle))
++static void inline monitoring__histogram_remove(
++ histogram_metric_handle_t UNUSED(handle))
+ {
+ }
+
diff --git a/libntirpc.spec b/libntirpc.spec
index 40fa244..2416579 100644
--- a/libntirpc.spec
+++ b/libntirpc.spec
@@ -3,7 +3,7 @@
Name: libntirpc
Version: 15.3
-Release: 1%{?dev:%{dev}}%{?dist}
+Release: 2%{?dev:%{dev}}%{?dist}
Summary: New Transport Independent RPC Library
License: BSD-3-Clause
Url: https://github.com/nfs-ganesha/ntirpc
@@ -12,6 +12,7 @@ Url: https://github.com/nfs-ganesha/ntirpc
%global prometh_ver_short 48d09c45
Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}%{?dev:%{dev}}.tar.gz
Source1: https://github.com/biaks/prometheus-cpp-lite/archive/%{prometh_ver_long}/prometheus-cpp-lite-%{prometh_ver_short}.tar.gz
+Patch: 0001-src-monitoring-include-monitoring.h.patch
BuildRequires: cmake gcc gcc-c++
%ifarch x86_64 aarch64
@@ -93,6 +94,10 @@ ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.15
%{_libdir}/pkgconfig/libntirpc.pc
%changelog
+* Mon Sep 14 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 15.3-2
+- ntirpc-15.3 (side tag f46-build-side-151546)
+- ntirpc-15.4ish, include monitoring fix accidently omitted
+
* Thu Sep 3 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> 15.3-1
- ntirpc-15.3 GA (side tag f46-build-side-150285)
reply other threads:[~2026-09-14 12:33 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=178938920328.1.6335482371463454879.rpms-libntirpc-f79917a3cc4a@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