From 063640e2d2c5b48d447d8b28b7e8a49360d5dade Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Fri, 3 Jan 2020 22:33:06 +0300 Subject: [PATCH] rpm4 does not understand BuildRequires(check) --- libressl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libressl.spec b/libressl.spec index a7686b8..61eefe8 100644 --- a/libressl.spec +++ b/libressl.spec @@ -56,7 +56,7 @@ Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: %{base_version}.git%{git_date} -Release: 13 +Release: 14 # The code is distributed under ISC license except of original OpenSSL code License: ISC and BSD-like Group: System/Base @@ -88,7 +88,8 @@ Source25: test5.c Source29: test9.c # To get %%_openssldir and for %%check BuildRequires: openssl-devel -BuildRequires(check): gostsum +#BuildRequires(check) +BuildRequires: gostsum # readelf <...> | <...> BuildRequires: binutils grep gawk BuildRequires: chrpath