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