From 38d4afee06d177b195e5567b19655d572b646370 Mon Sep 17 00:00:00 2001 From: lunankun Date: Fri, 4 Sep 2020 18:08:16 +0800 Subject: [PATCH] fix error in full install --- rdma-core.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index 82cf994..8fcead1 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 28.1 -Release: 2 +Release: 3 Summary: RDMA core userspace libraries and daemons License: GPLv2 or BSD Url: https://github.com/linux-rdma/rdma-core @@ -95,8 +95,8 @@ easy, object-oriented access to IB verbs. Summary: Documents for %{name} Buildarch: noarch Requires: man info -Provides: infiniband-diags-help = %{version}-%{release} -Obsoletes: infiniband-diags-help < %{version}-%{release} +Provides: rdma-core-help = %{version}-%{release} +Obsoletes: rdma-core-help < %{version}-%{release} %description help Man pages and other related documents for %{name}. @@ -254,6 +254,12 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh %{_mandir}/* %changelog +* Fri Sep 4 2020 lunankun - 28.1-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix error in full install + * Mon Apr 20 2020 majun - 28.1-2 - Type: bugfix - ID: NA -- Gitee