From 2ef3ca7dfd44677f09d482bf6160f5032246022a Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 9 Jan 2025 14:11:12 +0800 Subject: [PATCH] Try sync with master codebase (cherry picked from commit 6ff361b3e9766a469223a94dc4aad32a7dddc20e) --- rdma-core.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index c25b2c2..bc4e65b 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 50.0 -Release: 18 +Release: 20 Summary: RDMA core userspace libraries and daemons License: GPL-2.0-only OR BSD-2-Clause AND BSD-3-Clause Url: https://github.com/linux-rdma/rdma-core @@ -261,7 +261,7 @@ Obsoletes: infiniband-diags-help < %{version}-%{release} Man pages and other related documents for %{name}. %prep -%autosetup -v -p1 +%autosetup -p1 %build %if 0%{?_rundir:1} @@ -609,12 +609,10 @@ fi %{_mandir}/man8/srp_daemon.8* %files -n python3-pyverbs -%defattr(-,root,root) %{python3_sitearch}/pyverbs %{_docdir}/%{name}-%{version}/tests/*.py %files help -%defattr(-,root,root) %doc %{_docdir}/%{name}-%{version}/rxe.md %doc %{_docdir}/%{name}-%{version}/udev.md %doc %{_docdir}/%{name}-%{version}/ibacm.md @@ -627,6 +625,12 @@ fi %doc %{_docdir}/%{name}-%{version}/70-persistent-ipoib.rules %changelog +* Wed Jan 08 2025 Funda Wang - 50.0-20 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: Try sync with master codebase + * Fri Jan 3 2025 Xinghai Cen - 50.0-18 - Type: requirement - ID: NA -- Gitee