Hello community, here is the log from the commit of package bluez-utils checked in at Mon May 21 18:04:21 CEST 2007. -------- --- bluez-utils/bluez-utils.changes 2007-05-10 18:41:12.000000000 +0200 +++ /mounts/work_src_done/STABLE/bluez-utils/bluez-utils.changes 2007-05-21 16:29:50.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 21 16:29:34 CEST 2007 - seife@suse.de + +- handle the update case for the no longer present sdpd + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-utils.spec ++++++ --- /var/tmp/diff_new_pack.T17880/_old 2007-05-21 18:04:04.000000000 +0200 +++ /var/tmp/diff_new_pack.T17880/_new 2007-05-21 18:04:04.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: alsa-devel bluez-libs cups dbus-1-devel fuse-devel libusb openobex-devel pkgconfig resmgr xorg-x11-devel URL: http://bluez.sourceforge.net Version: 3.10 -Release: 1 +Release: 4 Summary: Bluetooth Daemons and Utilities License: GNU General Public License (GPL) PreReq: %fillup_prereq %insserv_prereq @@ -182,6 +182,19 @@ rm -rf $RPM_BUILD_ROOT %post -n bluez-utils +if [ -e /etc/sysconfig/bluetooth ]; then + . /etc/sysconfig/bluetooth + if [ x"$SDP_START" = "xyes" ]; then + ARGS="-s" + for i in $HCI_DAEMON_ARGS; do + case $i in + -s) continue ;; + *) ARGS="$ARGS $i" ;; + esac + done + sed -i -e "s@^HCI_DAEMON_ARGS.*\$@HCI_DAEMON_ARGS=\"$ARGS\"@;" /etc/sysconfig/bluetooth + fi +fi %{fillup_only -n bluetooth} %postun -n bluez-utils @@ -268,6 +281,8 @@ %doc %{_defaultdocdir}/bluez-test %changelog +* Mon May 21 2007 - seife@suse.de +- handle the update case for the no longer present sdpd * Thu May 10 2007 - dgollub@suse.de - Added encryption_key fix for input service * Thu May 10 2007 - dgollub@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de