Drop xsession subpackage

Resolves: https://issues.redhat.com/browse/RHEL-47039
This commit is contained in:
Ray Strode 2024-07-11 06:33:22 -04:00
parent 221f642c08
commit 5ef69b09b9

View File

@ -74,17 +74,6 @@ ExcludeArch: %{ix86}
gnome-session manages a GNOME desktop or GDM login session. It starts up
the other core GNOME components and handles logout and saving the session.
%package xsession
Summary: Desktop file for gnome-session
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: xorg-x11-server-Xorg%{?_isa}
Requires: gnome-shell
# The X11 session is deprecated and eventually will be removed
Provides: deprecated()
%description xsession
Desktop file to add GNOME to display manager session menu.
%package wayland-session
Summary: Desktop file for wayland based gnome session
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -108,13 +97,12 @@ Desktop file to add GNOME on wayland to display manager session menu.
%install
%meson_install
rm -rf $RPM_BUILD_ROOT%{_datadir}/xsessions
%find_lang %{po_package}
%ldconfig_scriptlets
%files xsession
%{_datadir}/xsessions/*
%files wayland-session
%{_datadir}/wayland-sessions/*