Drop xsession subpackage
Resolves: https://issues.redhat.com/browse/RHEL-47039
This commit is contained in:
parent
221f642c08
commit
5ef69b09b9
@ -74,17 +74,6 @@ ExcludeArch: %{ix86}
|
|||||||
gnome-session manages a GNOME desktop or GDM login session. It starts up
|
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.
|
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
|
%package wayland-session
|
||||||
Summary: Desktop file for wayland based gnome session
|
Summary: Desktop file for wayland based gnome session
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -108,13 +97,12 @@ Desktop file to add GNOME on wayland to display manager session menu.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/xsessions
|
||||||
|
|
||||||
%find_lang %{po_package}
|
%find_lang %{po_package}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files xsession
|
|
||||||
%{_datadir}/xsessions/*
|
|
||||||
|
|
||||||
%files wayland-session
|
%files wayland-session
|
||||||
%{_datadir}/wayland-sessions/*
|
%{_datadir}/wayland-sessions/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user