Pull in Xwayland autostart fix for non-systemd startup

Resolves: #1924908
This commit is contained in:
Benjamin Berg
2021-03-12 20:17:17 +01:00
parent bdf08dfe51
commit d0dbd22662
2 changed files with 57 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
Name: mutter
Version: 40.0~beta
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Window and compositing manager based on Clutter
License: GPLv2+
@@ -25,6 +25,9 @@ Patch1: 0001-Revert-build-Do-not-provide-built-sources-as-libmutt.patch
# Workaround for RHBZ#1936991 (blocks atomic KMS on "tegra" driver)
Patch2: 0001-Test-deny-atomic-KMS-for-tegra-RHBZ-1936991.patch
# Pull in Xwayland autostart fix for non-systemd startup
Patch3: 0001-main-Force-Xwayland-startup-if-not-on-systemd.patch
BuildRequires: chrpath
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
@@ -174,6 +177,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/mutter-%{mutter_api_version}/tests
%changelog
* Fri Mar 12 2021 Benjamin Berg <bberg@redhat.com> - 40.0~beta-3
- Pull in Xwayland autostart fix for non-systemd startup
Resolves: #1924908
* Tue Mar 09 2021 Adam Williamson <awilliam@redhat.com> - 40.0~beta-2
- Add a workaround for RHBZ#1936991 (disable atomic KMS on tegra)