From a732317e4a7ea24805cd634570a646eff0d64dcf Mon Sep 17 00:00:00 2001 From: Gilver Date: Thu, 26 Feb 2026 22:46:20 -0600 Subject: [PATCH] chore(steam): Add new runtime dep and add temporary rhbz2387674 workaround (#10119) Signed-off-by: Gilver --- anda/games/steam/steam.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index ee21b44b5b..bc423ccb40 100644 --- a/anda/games/steam/steam.spec +++ b/anda/games/steam/steam.spec @@ -5,7 +5,7 @@ Name: steam Version: 1.0.0.85 -Release: 2%?dist +Release: 3%?dist 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 @@ -43,6 +43,7 @@ BuildRequires: systemd # Required to run the initial setup Requires: tar Requires: zenity +Requires: xz # Most games use OpenGL, some games already use Vulkan. Vulkan is also required # for Steam Play to run Windows games through emulation. i686 version of these @@ -175,6 +176,12 @@ desktop-file-edit --remove-key=X-KDE-RunOnDiscreteGpu %{buildroot}%{_datadir}/ap desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appstream_id}.metainfo.xml +%if 0%{?fedora} >= 44 +%post +# Workaround for https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile#Temporary_fix +update-ca-trust extract --rhbz2387674 +%endif + %files %license COPYING steam_subscriber_agreement.txt %doc debian/changelog README.Fedora