diff --git a/crypto-policies.spec b/crypto-policies.spec index 8061889268546c1bf151e374bb35685b8a00e6e3..431203ca56baffae7cdd1ad1b7e03b082a27eeaf 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %global git_date 20221215 %global git_commit a4c31a34711325447363d87ba9fec5bb5535903a %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} @@ -21,7 +21,11 @@ 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 @@ -221,6 +225,9 @@ end %doc NEWS README.md CONTRIBUTING.md %changelog +* Thu Oct 12 2023 Jingyun Hua - 20221215-5 +- fix BuildRequires package for loongarch64 + * Mon Mar 27 2023 happy_orange - 20221215-4 - disable python check