From f2787faa30a446e39ab7225ea6778119be121d90 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:59:48 -0800 Subject: [PATCH] fix(chess-tui): bdep openssl (#8286) (#8289) --- 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 🦀.}