rpms/bluez-utils/devel bluez-utils.spec, 1.89, 1.90 dund.init, 1.6, 1.7 pand.init, 1.6, 1.7

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Jan 31 11:18:57 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3413

Modified Files:
	bluez-utils.spec dund.init pand.init 
Log Message:
* Thu Jan 31 2008 - Bastien Nocera <bnocera at redhat.com> - 3.24-1
- Update to 3.24
- Fix dund and pand starting before hcid (#429489)



Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/bluez-utils.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- bluez-utils.spec	25 Jan 2008 13:28:08 -0000	1.89
+++ bluez-utils.spec	31 Jan 2008 11:18:18 -0000	1.90
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
-Version: 3.23
-Release: 2%{?dist}
+Version: 3.24
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -157,6 +157,10 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Thu Jan 31 2008 - Bastien Nocera <bnocera at redhat.com> - 3.24-1
+- Update to 3.24
+- Fix dund and pand starting before hcid (#429489)
+
 * Fri Jan 25 2008 - Bastien Nocera <bnocera at redhat.com> - 3.23-2
 - Fix hcid trying to find the OUI file somewhere in /var (#428803)
 


Index: dund.init
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/dund.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dund.init	1 Aug 2007 14:52:35 -0000	1.6
+++ dund.init	31 Jan 2008 11:18:18 -0000	1.7
@@ -1,11 +1,14 @@
 #!/bin/sh
-#
-# dund:		Bluetooth Dial-Up-Networking Daemon.
-#
+
 # chkconfig:	- 26 89
-# description:	Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM \
-#		services.
-#
+
+### BEGIN INIT INFO
+# Required-Start: bluetooth
+# Default-Start: 
+# Short-Description: Bluetooth Dial-Up-Networking Daemon.
+# Description: Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM
+# services.
+### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions


Index: pand.init
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/pand.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pand.init	1 Aug 2007 14:52:35 -0000	1.6
+++ pand.init	31 Jan 2008 11:18:18 -0000	1.7
@@ -1,11 +1,14 @@
 #!/bin/sh
-#
-# pand:		Bluetooth Personal Area Networking Daemon.
-#
+
 # chkconfig:	- 26 89
-# description:	Bluetooth Personal Area Networking Daemon. Provides network \
-#		services over Bluetooth.
-#
+
+### BEGIN INIT INFO
+# Required-Start: bluetooth
+# Default-Start:
+# Short-Description: Bluetooth Personal Area Networking Daemon.
+# Description: Bluetooth Personal Area Networking Daemon. Provides network
+# services over Bluetooth.
+### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions




More information about the fedora-extras-commits mailing list