From a9fc9b3738b025cf374eb08ea4eec6e77fd58124 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 13 Jul 2025 10:37:51 -0700 Subject: [PATCH] fix(extest): Fix ISA deps for extest-steam (#5823) (#5831) ??? (cherry picked from commit 9bcbf82983e0e86bdaeaf95b3c2bddfad7697bdb) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/misc/extest/rust-extest.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/anda/misc/extest/rust-extest.spec b/anda/misc/extest/rust-extest.spec index 9064e42a52..52ecd065a5 100644 --- a/anda/misc/extest/rust-extest.spec +++ b/anda/misc/extest/rust-extest.spec @@ -19,7 +19,7 @@ Name: extest Version: %{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: X11 XTEST reimplementation primarily for Steam Controller on Wayland License: MIT @@ -45,7 +45,7 @@ BuildRequires: clang BuildRequires: mold Recommends: %{name}-steam %ifarch x86_64 -Recommends: %{name}.i686 +Recommends: %{name}(x86-32) %endif %description @@ -56,16 +56,12 @@ Extest is a drop in replacement for the X11 XTEST extension. It creates a virtua %package steam BuildArch: noarch Summary: Extest subpackage that patches Steam's scripts to load Extest +Requires: %{name}(x86-32) +Recommends: %{name} %description steam This subpackage contains scripts that patch Steam's scripts to load Extest. This is necessary for Extest to work with Steam on Wayland. -# If on x86_64, require the i686 version of the package -%ifarch x86_64 -Requires: %{name}.i686 -%else -Requires: %{name} -%endif %prep %autosetup -n %{name}-%{commit}