From 7f70811c9e8b2168ce5490b793ea9e0a6d64c6a80c38b2f807a707d82de335c6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Apr 2022 10:15:08 +0000 Subject: [PATCH] Accepting request 969381 from home:fcrozat:branches:GNOME:Factory - Recommends bluez-auto-enable-devices to ensure BT is enabled at startup (glgo#GNOME/gnome-bluetooth#110). OBS-URL: https://build.opensuse.org/request/show/969381 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=198 --- gnome-bluetooth.changes | 6 ++++++ gnome-bluetooth.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index eca5f93..5205de6 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 12 09:30:47 UTC 2022 - Frederic Crozat + +- Recommends bluez-auto-enable-devices to ensure BT is enabled + at startup (glgo#GNOME/gnome-bluetooth#110). + ------------------------------------------------------------------- Fri Mar 18 22:14:09 UTC 2022 - Bjørn Lie diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 19ce327..29d2693 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -42,6 +42,8 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(upower-glib) >= 0.99.14 # Require bluez (mandatory, as per readme, bnc#622946) Requires: bluez >= 5 +# ensure BT is enabled at startup (glgo#GNOME/gnome-bluetooth#110) +Recommends: bluez-auto-enable-devices %description A set of graphical utilities to setup, monitor and use Bluetooth devices.