From 7211f5b530f1b19812b050603c92b7d6a82cfe27 Mon Sep 17 00:00:00 2001 From: Andrey Maslennikov Date: Thu, 16 Aug 2018 20:23:01 +0300 Subject: [PATCH] rpm: explicitly set gcc-c++ as requirement It is required by Fedora 29 and newer: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- ucx.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ucx.spec.in b/ucx.spec.in index e909619f26d..7a0b84583ad 100644 --- a/ucx.spec.in +++ b/ucx.spec.in @@ -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 @@ -81,6 +81,8 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Thu Aug 16 2018 Andrey Maslennikov 1.3.0-1 +- Explicitly set gcc-c++ as requirements * Wed Mar 7 2018 Andrey Maslennikov 1.3.0-1 - See NEWS for details * Mon Aug 21 2017 Andrey Maslennikov 1.2.1-1