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 <honli@redhat.com>
This commit is contained in:
Honggang Li 2021-06-16 08:15:23 -04:00
parent 05f4c4eaa6
commit 3b597d1d26
1 changed files with 5 additions and 1 deletions

View File

@ -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 <honli@redhat.com> - 35.0-2
- Bump the version tag and rebuild because of brew system issue
- Related: rhbz#1858568
* Tue May 25 2021 Honggang Li <honli@redhat.com> - 35.0-1
- Rebase to upstream release v35.0
- Resolves: rhbz#1858568, rhbz#1877133, rhbz#1869457