From b6e0f520fe6c491be65383ee15a2ae06fde1e1c4 Mon Sep 17 00:00:00 2001 From: seuzw <930zhaowei@163.com> Date: Tue, 12 May 2020 16:30:11 +0800 Subject: [PATCH] update mstflint.spec. --- mstflint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mstflint.spec b/mstflint.spec index 779f0f7..7f53d13 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,12 +1,12 @@ Name: mstflint Summary: Firmware Burning and Diagnostics Tools Version: 4.10.0 -Release: 4 +Release: 5 License: GPLv2+ or BSD Url: https://github.com/Mellanox/mstflint Source: https://github.com/Mellanox/%{name}/releases/download/v4.10.0-2/%{name}-%{version}.tar.gz -BuildRequires: libstdc++-devel zlib-devel libibmad-devel gcc-c++ gcc +BuildRequires: libstdc++-devel zlib-devel rdma-core-devel gcc-c++ gcc BuildRequires: libcurl-devel boost-devel libxml2-devel openssl-devel Obsoletes: openib-mstflint <= 1.4 openib-tvflash <= 0.9.2 tvflash <= 0.9.0 @@ -42,5 +42,8 @@ export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %{_mandir}/man1/* %changelog +* Sun Apr 26 2020 songnannan - 4.10.0-5 +- change the libibmad-devel to rdma-core-devel + * Wed Dec 11 2019 catastrowings - 4.10.0-4 - openEuler init -- Gitee