This commit is contained in:
parent
faa75901a6
commit
47299e0338
@ -45,7 +45,7 @@ test -r $BLUETOOTH_CONFIG || exit 6
|
||||
rc_reset
|
||||
|
||||
# check_service "hcid" "$HCI_START" "$HCI_DAEMON"
|
||||
function check_service()
|
||||
check_service()
|
||||
{
|
||||
if [ "$2" = "yes" ]; then
|
||||
printf "%10s (%s)" "$1" "activated"
|
||||
|
@ -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.27
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
License: GPL v2 or later
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:48:38 CET 2009 - coolo@suse.de
|
||||
|
||||
- init script should work with strict /bin/sh too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 18 13:10:33 CET 2009 - seife@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.27
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
@ -353,6 +353,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2009 coolo@suse.de
|
||||
- init script should work with strict /bin/sh too
|
||||
* Sun Jan 18 2009 seife@suse.de
|
||||
- update to bluez-4.27:
|
||||
"This release contains multiple fixes for the Simple Pairing support and
|
||||
|
Loading…
Reference in New Issue
Block a user