From 86c73e995b99fa5f36f5ea42c0e73dc8940ad157 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 9 Feb 2024 09:29:46 +0100 Subject: [PATCH] The AES crypto code has been removed We use GnuTLS for everything now. --- samba.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samba.spec b/samba.spec index 2bea379..9d25bad 100644 --- a/samba.spec +++ b/samba.spec @@ -1222,10 +1222,8 @@ xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - %endif %autosetup -n samba-%{version}%{pre_release} -p1 -# Ensure we rely on GnuTLS and do not build any other crypto code shipping with -# the sources. -rm -rf third_party/{aesni-intel,heimdal} -rm -f lib/crypto/{aes,rijndael}*.c +# Make sure we do not build with heimdal code +rm -rfv third_party/heimdal %build %if %{with includelibs}