From aae28edded5c76150f23d7a993fc916794cf285b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:54:19 -0700 Subject: [PATCH] [f43] fix: Somebody forgor a requires flag (#10712) (#10716) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Somebody forgor a requires flag (#10712) * fix: Somebody forgor a requires flag Signed-off-by: Kyle Gospodnetich * fix: Ensure gamescope & switcheroo-control are required when installing gamescope-session Signed-off-by: Kyle Gospodnetich * chore: Can't really use this without Steam now can you Add steam as a requirement for the gamescope-session-steam package. Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich (cherry picked from commit 37320d491273b321143fc59a847b9ba722d8556f) * bump(gamescope-session-steam): release 1 → 2 * bump(gamescope-session): release 1 → 2 --------- Signed-off-by: Kyle Gospodnetich Co-authored-by: Kyle Gospodnetich Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- .../gamescope-session-steam/gamescope-session-steam.spec | 4 +++- anda/games/gamescope-session/gamescope-session.spec | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index 2976351fc4..97ecf33e35 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -6,11 +6,13 @@ Name: gamescope-session-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam Source0: %url/archive/%commit.tar.gz +Requires: gamescope-session +Requires: steam Packager: Tulip Blossom BuildArch: noarch diff --git a/anda/games/gamescope-session/gamescope-session.spec b/anda/games/gamescope-session/gamescope-session.spec index f6bd8ace06..3f9abdc6af 100644 --- a/anda/games/gamescope-session/gamescope-session.spec +++ b/anda/games/gamescope-session/gamescope-session.spec @@ -6,11 +6,13 @@ Name: gamescope-session Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Gamescope session based on Valve's gamescope License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session Source0: %url/archive/%commit.tar.gz +Requires: gamescope +Recommends: switcheroo-control BuildRequires: systemd-rpm-macros Packager: Tulip Blossom BuildArch: noarch