Skip to content

Commit

Permalink
Merge pull request #2800 from amaslenn/topic/spec-v1.3
Browse files Browse the repository at this point in the history
rpm: explicitly set gcc-c++ as requirement - v1.3
  • Loading branch information
yosefe committed Aug 20, 2018
2 parents e88e401 + 7211f5b commit 42ee278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
ExclusiveArch: aarch64 ppc64le x86_64

BuildRequires: numactl-devel libibverbs-devel
BuildRequires: automake autoconf libtool
BuildRequires: automake autoconf libtool gcc-c++

%description
UCX stands for Unified Communication X. It requires either RDMA-capable device
Expand Down Expand Up @@ -81,6 +81,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%postun -p /sbin/ldconfig

%changelog
* Thu Aug 16 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
- Explicitly set gcc-c++ as requirements
* Wed Mar 7 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
- See NEWS for details
* Mon Aug 21 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.1-1
Expand Down

0 comments on commit 42ee278

Please sign in to comment.