From 2236ada2d6c78d1fa8c2bc099340a6875b18e24e37d8bbf037f6f964a906270a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 6 Dec 2021 09:01:26 +0000 Subject: [PATCH] Accepting request 935644 from home:fbui:branches:X11:Wayland - Enable logind support for Leap too Leap 15.3 ships systemd v246 which has the relevant API (sd_bus_match_signal) needed for enabling logind support. Since previous versions of Leap are not supported anymore, let's enable it unconditionally. OBS-URL: https://build.opensuse.org/request/show/935644 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=16 --- seatd.changes | 10 ++++++++++ seatd.spec | 9 --------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/seatd.changes b/seatd.changes index 00b1855..4434dc5 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 4 08:41:18 UTC 2021 - Franck Bui + +- Enable logind support for Leap too + + Leap 15.3 ships systemd v246 which has the relevant API + (sd_bus_match_signal) needed for enabling logind support. Since + previous versions of Leap are not supported anymore, let's enable it + unconditionally. + ------------------------------------------------------------------- Wed Oct 20 08:28:19 UTC 2021 - Michael Vetter diff --git a/seatd.spec b/seatd.spec index 8fd9331..02ec8f3 100644 --- a/seatd.spec +++ b/seatd.spec @@ -30,11 +30,7 @@ BuildRequires: pkgconfig BuildRequires: scdoc BuildRequires: pkgconfig(systemd) Requires: libseat1 = %{version} -%if 0%{?suse_version} > 1520 -#15.2 don't have needed API -#https://github.com/systemd/systemd/commit/b423e4fb73866e529869b348efb7169ee91f00c9 BuildRequires: pkgconfig(libsystemd) >= 237 -%endif %description Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root. @@ -59,12 +55,7 @@ Development files for %{name}. %autosetup -p1 %build -%if 0%{?suse_version} > 1520 -#15.2 don't have needed API %meson -Dlibseat-logind=systemd -%else -%meson -%endif %meson_build