diff --git a/mbedtls.spec b/mbedtls.spec index b2cab66..c7a87e3 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -4,7 +4,7 @@ Name: mbedtls Version: 2.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Light-weight cryptographic and SSL/TLS library Group: System Environment/Libraries License: ASL 2.0 @@ -15,6 +15,7 @@ Source0: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz Patch0: mbedtls-2.4-config-enable-pkcs11.patch Patch1: mbedtls-2.7-config-enable-threading-pthread.patch +BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: perl-interpreter BuildRequires: doxygen @@ -128,6 +129,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V %doc apidoc/* %changelog +* Mon Jul 16 2018 Morten Stevens - 2.11.0-3 +- BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B) + * Fri Jul 13 2018 Fedora Release Engineering - 2.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild