From e78c6fbf3eafba22ba256adeb1c9f4cf9a94d7c0 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 16 Apr 2025 00:32:53 +0800 Subject: [PATCH] fix(gnome-shell): rename back without .switcheroo tag suffix (#4305) * fix(gnome-shell): rename back without .switcheroo tag suffix Signed-off-by: madomado * Update gnome-shell.spec Signed-off-by: madomado --------- Signed-off-by: madomado --- anda/desktops/gnome/gnome-shell/gnome-shell.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell/gnome-shell.spec b/anda/desktops/gnome/gnome-shell/gnome-shell.spec index 3713bc283c..1195f5e2a1 100644 --- a/anda/desktops/gnome/gnome-shell/gnome-shell.spec +++ b/anda/desktops/gnome/gnome-shell/gnome-shell.spec @@ -8,12 +8,13 @@ %global portal_helper 1 %endif -Name: gnome-shell.switcheroo +Name: gnome-shell Version: %{major_version}.%{minor_version} -Release: 1%{?dist}.switcheroo +Release: 2%{?dist}.switcheroo Summary: Window management and application launching for GNOME -Provides: gnome-shell = %version-%release +Provides: gnome-shell.switcheroo = %version-%release +Obsoletes: gnome-shell.switcheroo <= 47.3-2 License: GPL-2.0-or-later URL: https://wiki.gnome.org/Projects/GnomeShell Source0: https://download.gnome.org/sources/gnome-shell/%{major_version}/gnome-shell-%{tarball_version}.tar.xz