From 1dda4156a0d7e9fb60943c15646d9abae6889c80 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Mar 2018 11:07:07 -0600 Subject: [PATCH] BR: gcc-c++, use %make_build --- libssh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index 5da7c96..9605f8c 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.7.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -12,6 +12,7 @@ Patch1: libssh-0.7.5-openssl-1.1.patch BuildRequires: cmake BuildRequires: doxygen +BuildRequires: gcc-c++ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -46,7 +47,7 @@ pushd obj %cmake .. \ -DWITH_TESTING=ON -make %{?_smp_mflags} VERBOSE=1 +%make_build VERBOSE=1 make doc popd @@ -87,6 +88,9 @@ popd %{_libdir}/libssh_threads.so %changelog +* Wed Mar 07 2018 Rex Dieter - 0.7.5-8 +- BR: gcc-c++, use %%make_build + * Wed Feb 07 2018 Fedora Release Engineering - 0.7.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild