From 7e4d2cc3e898c5e2eabb91dc75e23f62e0cd950c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 10 Mar 2021 13:18:44 +0100 Subject: [PATCH] This is now a Rust package, hence it only builds on %{rust_arches} No real difference for Fedora or modern RHEL, but the guidelines say so: https://docs.fedoraproject.org/en-US/packaging-guidelines/Rust/#_exclusivearch --- python-cryptography.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-cryptography.spec b/python-cryptography.spec index e4f3235..f157ee4 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -25,6 +25,8 @@ Source3: cryptography-%{version}-vendor.tar.bz2 Source4: conftest-skipper.py %endif +ExclusiveArch: %{rust_arches} + BuildRequires: openssl-devel BuildRequires: gcc BuildRequires: gnupg2