From b96236755fcc53d0a9f2dd4b2df4542ae93eaabb Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 31 May 2024 15:16:38 +0800 Subject: [PATCH] rebuild for loongarch64 --- python-cryptography.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 9a1f273..fe65ae7 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests %{!?python3_pkgversion:%global python3_pkgversion 3} @@ -22,8 +22,6 @@ Source2: conftest-skipper.py Patch1: skip-overflow-tests-32bit.patch -ExclusiveArch: %{rust_arches} - BuildRequires: openssl-devel BuildRequires: gcc BuildRequires: gnupg2 @@ -107,6 +105,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %changelog +* Wed May 31 2024 mgb01105731 - 42.0.5-2 +- rebuild for loongarch64 + * Wed May 29 2024 mgb01105731 - 42.0.5-1 - Update to 42.0.5 -- Gitee