diff --git a/libvma.spec b/libvma.spec index 6faec463ec2c7897d6060aa910f0e109fdac6940..af6c4a115fe1fe1585d77c2c5d099592cd91f717 100644 --- a/libvma.spec +++ b/libvma.spec @@ -1,6 +1,6 @@ Name: libvma Version: 8.9.4 -Release: 10 +Release: 11 Summary: A library that boosts performance for message-based and streaming applications License: GPLv2 or BSD URL: https://github.com/Mellanox/libvma @@ -11,7 +11,7 @@ ExcludeArch: %{arm} Requires: pam Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: rdma-core-devel libnl3-devel automake autoconf libtool +BuildRequires: rdma-core-devel libnl3-devel automake autoconf libtool g++ Provides: %{name}-utils = %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release} @@ -69,6 +69,9 @@ Headers files for libvma. %{_pkgdocdir}/VMA_VERSION %changelog +* Tue Jun 08 2021 wulei - 8.9.4-11 +- fixes failed: g++: No such file or directory + * Wed Mar 10 2021 maminjie - 8.9.4-10 - Remove ExecReload that is not supported