From bab3651c3da2ac64e8054b7420af65010bdc5dce Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Sun, 15 Mar 2020 16:24:20 +0800 Subject: [PATCH] fix make check failed --- crypto-policies.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crypto-policies.spec b/crypto-policies.spec index ac0f316..93b3356 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -3,7 +3,7 @@ Name: crypto-policies Version: %{git_date} -Release: 2.git%{git_commit_hash} +Release: 3.git%{git_commit_hash} Summary: Crypto policies package for Fedora License: LGPLv2+ @@ -18,7 +18,7 @@ BuildRequires: asciidoc BuildRequires: libxslt BuildRequires: openssl BuildRequires: gnutls-utils >= 3.6.0 -BuildRequires: java-1.8.0-openjdk +BuildRequires: java-1.8.0-openjdk-devel BuildRequires: bind BuildRequires: perl-interpreter BuildRequires: perl-generators @@ -107,6 +107,9 @@ make check %{?_smp_mflags} %license COPYING.LESSER %changelog +* Sun Mar 15 2020 openEuler Buildteam - 20180925-3.git71ca85f +- fix make check failed + * Mon Oct 21 2019 openEuler Buildteam - 20180925-2.git71ca85f - Package init for openEuler