From feacb1ba9d87f0a5bf2f291af91ebcce183d76ac Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:59:31 -0800 Subject: [PATCH] fix(chess-tui): bdep openssl (#8286) (#8288) --- anda/games/chess-tui/rust-chess-tui.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/games/chess-tui/rust-chess-tui.spec b/anda/games/chess-tui/rust-chess-tui.spec index 94a2d20576..3819a6ade3 100644 --- a/anda/games/chess-tui/rust-chess-tui.spec +++ b/anda/games/chess-tui/rust-chess-tui.spec @@ -13,6 +13,7 @@ URL: https://crates.io/crates/chess-tui Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 +BuildRequires: pkgconfig(openssl) %global _description %{expand: A rusty chess game in your terminal 🦀.}