From 5e6337451932df152bc5df2bb4301b335847c47c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 29 May 2025 16:29:22 -0700 Subject: [PATCH] fix(anda): Ifcond to build on EL10 (#5131) (#5132) Anda is out of sync on EL10 and can't update due to the specs being different, this should allow us to normalize them. (cherry picked from commit bc53eb54454d9f9aed5a89d1ec753136725b68a5) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/buildsys/anda/rust-anda.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 07766df05a..10ffb8430b 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -17,7 +17,10 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 BuildRequires: anda-srpm-macros +BuildRequires: openssl-devel +%if 0%{?fedora} BuildRequires: openssl-devel-engine +%endif BuildRequires: git-core BuildRequires: libgit2-devel BuildRequires: libssh2-devel