From 68ae0d6e12ce3211de3144f14c4800586bb1f42c Mon Sep 17 00:00:00 2001 From: Guoguo Date: Wed, 13 Dec 2023 13:59:33 +0000 Subject: [PATCH] remove useless ifnarch judgments Signed-off-by: Guoguo --- crypto-policies.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/crypto-policies.spec b/crypto-policies.spec index 431203c..0b73029 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %global git_date 20221215 %global git_commit a4c31a34711325447363d87ba9fec5bb5535903a %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} @@ -21,11 +21,7 @@ BuildRequires: asciidoc BuildRequires: libxslt BuildRequires: openssl BuildRequires: gnutls-utils >= 3.6.0 -%ifnarch loongarch64 -BuildRequires: java-1.8.0-alibaba-dragonwell-devel -%else BuildRequires: java-1.8.0-openjdk-devel -%endif BuildRequires: bind BuildRequires: perl-interpreter BuildRequires: perl-generators @@ -225,6 +221,9 @@ end %doc NEWS README.md CONTRIBUTING.md %changelog +* Wed Dec 13 2023 Guoguo - 20221215-6 +- remove useless ifnarch judgments + * Thu Oct 12 2023 Jingyun Hua - 20221215-5 - fix BuildRequires package for loongarch64 -- Gitee