From bd82e700b3e1b54eb1f3586de7dd4ca470efe06e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 7 Jan 2025 14:02:14 +0800 Subject: [PATCH] drop unused macro definition which will confuse cmake --- rdma-core.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index db8e113..fa4de9a 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 50.0 -Release: 18 +Release: 19 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 @@ -67,8 +67,6 @@ Conflicts: infiniband-diags <= 1.6.7 %{?systemd_requires} %define CMAKE_FLAGS -GNinja -%define make_jobs ninja-build -v %{?_smp_mflags} -%define cmake_install DESTDIR=%{buildroot} ninja-build install %description This is the userspace components for the Linux Kernel's drivers/infiniband subsystem. @@ -627,6 +625,12 @@ fi %doc %{_docdir}/%{name}-%{version}/70-persistent-ipoib.rules %changelog +* Mon Jan 06 2025 Funda Wang - 50.0-19 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: drop unused macro definition which will confuse cmake + * Fri Jan 3 2025 Xinghai Cen - 50.0-18 - Type: requirement - ID: NA -- Gitee