From 3b597d1d26e4ba73d31b855b09f5d368a1726595 Mon Sep 17 00:00:00 2001 From: Honggang Li Date: Wed, 16 Jun 2021 08:15:23 -0400 Subject: [PATCH] Bump the version tag and rebuild because of brew system issue https://bugzilla.redhat.com/show_bug.cgi?id=1965360 Because of this brew system issue, previous build of rdma-core was failed. We have to bump the version tag and rebuild it. Related: rhbz#1858568 Signed-off-by: Honggang Li --- rdma-core.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rdma-core.spec b/rdma-core.spec index 3a90f97..62c3ad4 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 35.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RDMA core userspace libraries and daemons # Almost everything is licensed under the OFA dual GPLv2, 2 Clause BSD license @@ -658,6 +658,10 @@ fi %endif %changelog +* Wed Jun 16 2021 Honggang Li - 35.0-2 +- Bump the version tag and rebuild because of brew system issue +- Related: rhbz#1858568 + * Tue May 25 2021 Honggang Li - 35.0-1 - Rebase to upstream release v35.0 - Resolves: rhbz#1858568, rhbz#1877133, rhbz#1869457