From 168e0fb159032060f14f89de0c3ab7a4079c0ec27dad85f2e1815c9942df3a8f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:06:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=14 --- bluetooth-coldplug.init | 3 +++ bluetooth.sysconfig | 2 +- bluez-gstreamer.changes | 5 +++++ bluez-gstreamer.spec | 4 +++- bluez.changes | 5 +++++ bluez.spec | 4 +++- 6 files changed, 20 insertions(+), 3 deletions(-) diff --git a/bluetooth-coldplug.init b/bluetooth-coldplug.init index c7eb8ec..1c51b3f 100644 --- a/bluetooth-coldplug.init +++ b/bluetooth-coldplug.init @@ -18,7 +18,10 @@ STATEFILE=/dev/shm/bluetooth-adapter-present INITSCRIPT=/etc/init.d/bluetooth +CONFIGFILE=/etc/sysconfig/bluetooth [ -e $STATEFILE ] || exit 0 +[ -e $CONFIGFILE ] && . $CONFIGFILE +[ x"$START_SERVICES" = xno ] && exit 0 exec $INITSCRIPT "$@" diff --git a/bluetooth.sysconfig b/bluetooth.sysconfig index 68323c4..b282720 100644 --- a/bluetooth.sysconfig +++ b/bluetooth.sysconfig @@ -2,7 +2,7 @@ ## Path: Hardware/Bluetooth ## Description: General settings for the Bluetooth device, if set to 'yes' bluetooth is started when hotplug reports 'added bluetooth device' ## Type: yesno -## Default: no +## Default: yes ## ServiceRestart: bluetooth START_SERVICES=yes diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 4228ed4..5d9ef5c 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 3 13:03:23 CET 2008 - seife@suse.de + +- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489) + ------------------------------------------------------------------- Mon Oct 27 20:48:38 CET 2008 - seife@suse.de diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 1cbd6a3..1a356dd 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -25,7 +25,7 @@ BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://www.bluez.org Version: 4.17 -Release: 1 +Release: 2 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later @@ -107,6 +107,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Mon Nov 03 2008 seife@suse.de +- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489) * Mon Oct 27 2008 seife@suse.de - update to bluez-4.17: - Fix SBC encoder not writing last frame. diff --git a/bluez.changes b/bluez.changes index 4228ed4..5d9ef5c 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 3 13:03:23 CET 2008 - seife@suse.de + +- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489) + ------------------------------------------------------------------- Mon Oct 27 20:48:38 CET 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index 21caa70..a7efd2c 100644 --- a/bluez.spec +++ b/bluez.spec @@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org Version: 4.17 -Release: 1 +Release: 2 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -312,6 +312,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/alsa-lib/*.so %changelog +* Mon Nov 03 2008 seife@suse.de +- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489) * Mon Oct 27 2008 seife@suse.de - update to bluez-4.17: - Fix SBC encoder not writing last frame.