From 40a88cf49021e2aa99965abb4b05ce2607f9f75d Mon Sep 17 00:00:00 2001 From: Gil Date: Sat, 18 Jan 2025 07:58:30 -0600 Subject: [PATCH] Fix (conflict/other issues): Switch Steam to the correct arch (#3043) * Change: Correct arch Signed-off-by: Gil * Use Mock, fix up formatting Signed-off-by: Gil * Fix: Spec, sorry I'm on mobile so editing files one at a time Signed-off-by: Gil --------- Signed-off-by: Gil --- anda/games/steam/anda.hcl | 11 +++++------ anda/games/steam/steam.spec | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/anda/games/steam/anda.hcl b/anda/games/steam/anda.hcl index 9aa4d9d4f6..266d6b3074 100644 --- a/anda/games/steam/anda.hcl +++ b/anda/games/steam/anda.hcl @@ -1,10 +1,9 @@ project pkg { - arches = ["x86_64"] + arches = ["i386"] rpm { - spec = "steam.spec" + spec = "steam.spec" } - // todo: force-arches macro? - // labels { - // multilib = 1 - // } + labels { + mock = 1 + } } diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index 94ede4176f..8b8ee2a5a2 100644 --- a/anda/games/steam/steam.spec +++ b/anda/games/steam/steam.spec @@ -33,7 +33,7 @@ Summary: Installer for the Steam software distribution service # Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT. License: Steam License Agreement and MIT URL: http://www.steampowered.com/ -ExclusiveArch: x86_64 +ExclusiveArch: i686 Packager: Cappy Ishihara Source0: https://repo.steampowered.com/%{name}/archive/beta/%{name}_%{version}.tar.gz