From a4ef9550905c986f24b036e421f315cae01dab84 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 29 Aug 2023 09:39:14 -0400 Subject: [PATCH] Don't build with SRP on RHEL Signed-off-by: Stephen Gallagher --- gnutls.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnutls.spec b/gnutls.spec index 2b20dac..daf3aff 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -31,7 +31,7 @@ Patch: gnutls-3.7.8-ktls_skip_tls12_chachapoly_test.patch %bcond_with certificate_compression %bcond_without tests -%if 0%{?fedora} < 38 +%if 0%{?fedora} && 0%{?fedora} < 38 %bcond_without srp %else %bcond_with srp