commit 163a412e1ed9c3d8b221879692ce2ed274382dc4
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Tue May 19 14:09:13 2020 +0200
Recommend gamemode components, update README
README.Fedora | 10 +++++++++-
steam.spec | 13 +++++++++----
2 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index 5e50a17..c1205fb 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -57,7 +57,15 @@ example, on my system, to get the firewall zone I’m using:
public
interfaces: em1
-Then enable it permanently (i.e. at reboot) and immediately with these commands:
+You may want to set up a home or other trusted zone in your firewall. This will
+help protect your system from unauthorized remote access over the internet.
+This is out of scope for this help text, but this tutorial will guide
+you through the process:
+
+
https://ctrl.blog/entry/how-to-firewalld-zone-by-ip
+
+Then enable the Steam service permanently (i.e. at reboot) on the public or
+your preferred zone immediately with these commands:
# firewall-cmd --zone=public --add-service=steam-streaming --permanent
# firewall-cmd --zone=public --add-service=steam-streaming
diff --git a/steam.spec b/steam.spec
index 1f887ea..b49e39e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.62
-Release: 1%{?dist}
+Release: 2%{?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
@@ -110,9 +110,9 @@ Requires: alsa-plugins-pulseaudio%{?_isa}
# Game performance is increased with gamemode (for games that support it)
%if 0%{?fedora} || 0%{?rhel} >= 8
-Requires: gamemode
-Requires: gamemode%{?_isa}
-# Recommends: gnome-shell-extension-gamemode
+Recommends: gamemode
+Recommends: gamemode%{?_isa}
+Recommends: gnome-shell-extension-gamemode
%endif
Provides: steam-noruntime = %{?epoch:%{epoch}:}%{version}-%{release}
@@ -202,6 +202,11 @@ fi
%endif
%changelog
+* Tue May 19 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.62-2
+- Recommend gamemode components.
+- Update README with instructions on setting subnets to the home zone in
+ firewalld.
+
* Wed Apr 15 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.62-1
- Update to 1.0.0.62.