From c9692bcb1b50f5316cc9b1b60423b259b8becde7f35f0e6a7158a399bcefbadf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 30 Apr 2020 09:43:57 +0000 Subject: [PATCH] Accepting request 799142 from home:yfjiang:branches:GNOME:Factory - Remove unecessary conditional BuildRequires pkgconfig(udev), Tumbleweed needs it as well from 3.27.90. Meanwhile an explict unconditional BuildRequires pkgconfig(udev) has been already stated in spec a couple of lines before the removal. - Recommends iio-sensor-proxy and xf86-input-libinput to both openSUSE and SLE (jsc#SLE-11710). The condition does not make sense today when gnome-settings-daemon 3.34 and above are only built on SLE/Leap 15 and above. OBS-URL: https://build.opensuse.org/request/show/799142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=368 --- gnome-settings-daemon.changes | 13 +++++++++++++ gnome-settings-daemon.spec | 7 ------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index a4a37f1..cdde6a1 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -9,6 +9,19 @@ Thu Apr 30 05:28:07 UTC 2020 - Bjørn Lie services. + Updated translations. +------------------------------------------------------------------- +Wed Apr 29 03:15:16 UTC 2020 - Yifan Jiang + +- Remove unecessary conditional BuildRequires pkgconfig(udev), + Tumbleweed needs it as well from 3.27.90. Meanwhile an explict + unconditional BuildRequires pkgconfig(udev) has been already + stated in spec a couple of lines before the removal. + +- Recommends iio-sensor-proxy and xf86-input-libinput to both + openSUSE and SLE (jsc#SLE-11710). The condition does not make + sense today when gnome-settings-daemon 3.34 and above are only + built on SLE/Leap 15 and above. + ------------------------------------------------------------------- Sat Apr 11 21:46:16 UTC 2020 - Bjørn Lie diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index e8800cc..ddbd40e 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -107,19 +107,12 @@ Recommends: nautilus %if %{with wacom} BuildRequires: pkgconfig(libwacom) >= 0.7 %endif -%if !0%{?is_opensuse} -# For directory ownership. No longer needed in TW, since filesystem package -# now owns -BuildRequires: pkgconfig(udev) -%endif %if %{with wayland} BuildRequires: pkgconfig(wayland-client) %endif -%if 0%{?is_opensuse} || 0%{?suse_version} == 1500 Recommends: iio-sensor-proxy # g-s-d only support configurtion of libinput based pointer drivers now. Recommends: xf86-input-libinput -%endif %description gnome-settings-daemon provides a daemon run by all GNOME sessions to