From 55eaa10d2d97f19c966ba4c3e039f420b4f779bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Mar 2023 21:09:36 +0100 Subject: [PATCH] Remove an undesired %{?eln} conditional Fixes https://github.com/fedora-eln/eln/issues/120 --- python-cryptography.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 07d9285..38888b0 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -103,11 +103,9 @@ rm -rf tests/hypothesis tests/x509 cat < %{SOURCE2} >> tests/conftest.py %endif -%if 0%{?eln} # enable SHA-1 signatures for RSA tests # also see https://github.com/pyca/cryptography/pull/6931 and rhbz#2060343 export OPENSSL_ENABLE_SHA1_SIGNATURES=yes -%endif # see https://github.com/pyca/cryptography/issues/4885 and # see https://bugzilla.redhat.com/show_bug.cgi?id=1761194 for deselected tests