Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package seatd for openSUSE:Factory checked in at 2021-12-06 23:59:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seatd (Old) and /work/SRC/openSUSE:Factory/.seatd.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seatd" Mon Dec 6 23:59:50 2021 rev:7 rq:935932 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/seatd/seatd.changes 2021-10-20 20:24:55.221401633 +0200 +++ /work/SRC/openSUSE:Factory/.seatd.new.31177/seatd.changes 2021-12-07 00:01:01.900214395 +0100 @@ -1,0 +2,10 @@ +Sat Dec 4 08:41:18 UTC 2021 - Franck Bui <f...@suse.com> + +- 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. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seatd.spec ++++++ --- /var/tmp/diff_new_pack.dpiL0K/_old 2021-12-07 00:01:02.544212118 +0100 +++ /var/tmp/diff_new_pack.dpiL0K/_new 2021-12-07 00:01:02.548212104 +0100 @@ -30,11 +30,7 @@ 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 @@ %autosetup -p1 %build -%if 0%{?suse_version} > 1520 -#15.2 don't have needed API %meson -Dlibseat-logind=systemd -%else -%meson -%endif %meson_build