chore(steam): Add new runtime dep and add temporary rhbz2387674 workaround (#10119) (#10120)

This commit is contained in:
Raboneko
2026-02-26 20:49:24 -08:00
committed by GitHub
parent 1eba0a465a
commit 9df3d6dcd6
+8 -1
View File
@@ -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