rpm4 does not understand BuildRequires(check)

This commit is contained in:
Mikhail Novosyolov 2020-01-03 22:33:06 +03:00
parent e50016a4ce
commit 063640e2d2

View file

@ -56,7 +56,7 @@
Summary: LibreSSL utils and libs coexisting with OpenSSL Summary: LibreSSL utils and libs coexisting with OpenSSL
Name: libressl Name: libressl
Version: %{base_version}.git%{git_date} Version: %{base_version}.git%{git_date}
Release: 13 Release: 14
# The code is distributed under ISC license except of original OpenSSL code # The code is distributed under ISC license except of original OpenSSL code
License: ISC and BSD-like License: ISC and BSD-like
Group: System/Base Group: System/Base
@ -88,7 +88,8 @@ Source25: test5.c
Source29: test9.c Source29: test9.c
# To get %%_openssldir and for %%check # To get %%_openssldir and for %%check
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires(check): gostsum #BuildRequires(check)
BuildRequires: gostsum
# readelf <...> | <...> # readelf <...> | <...>
BuildRequires: binutils grep gawk BuildRequires: binutils grep gawk
BuildRequires: chrpath BuildRequires: chrpath