diff --git a/50-remove-wayland-session.conf b/50-remove-wayland-session.conf deleted file mode 100644 index 90ad03f..0000000 --- a/50-remove-wayland-session.conf +++ /dev/null @@ -1,2 +0,0 @@ -[LightDM] -sessions-directory=/usr/share/xsessions diff --git a/lightdm.spec b/lightdm.spec index 7ba3652..c938027 100644 --- a/lightdm.spec +++ b/lightdm.spec @@ -11,7 +11,7 @@ Name: lightdm Summary: A cross-desktop Display Manager Version: 1.30.0 -Release: 8%{?dist} +Release: 9%{?dist} %if 0%{?rhel} >= 8 # Exclude failing arch @@ -41,8 +41,7 @@ Source22: 50-session-wrapper.conf Source23: 50-user-authority-in-system-dir.conf Source24: 50-xserver-command.conf Source25: 50-disable-guest.conf -Source26: 50-remove-wayland-session.conf -Source27: 50-run-directory.conf +Source26: 50-run-directory.conf Patch0: gcc-10.patch @@ -210,7 +209,7 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %{__install} -Dpm 0644 %{SOURCE14} %{buildroot}%{_sysconfdir}/logrotate.d/lightdm %{__install} -Dpm 0644 %{SOURCE15} %{buildroot}%{_datadir}/polkit-1/rules.d/lightdm.rules %{__install} -pm 0644 %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} \ - %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27} %{buildroot}%{_datadir}/lightdm/lightdm.conf.d/ + %{SOURCE24} %{SOURCE25} %{SOURCE26} %{buildroot}%{_datadir}/lightdm/lightdm.conf.d/ # Move DBus config to proper location. # why is this needed? -- rex @@ -321,6 +320,9 @@ fi %changelog +* Wed Apr 08 2020 Leigh Scott - 1.30.0-9 +- Revert 'Add conf to remove useless wayland sessions' + * Thu Jan 30 2020 Leigh Scott - 1.30.0-8 - Suppress s390x gcc-10 build issue