rpms/bluez/F-12 bluetooth.init,1.5,1.6 bluez.spec,1.106,1.107

Bastien Nocera hadess at fedoraproject.org
Mon Feb 15 10:05:30 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/bluez/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19790

Modified Files:
	bluetooth.init bluez.spec 
Log Message:
* Mon Feb 15 2010 Bastien Nocera <bnocera at redhat.com> 4.58-2
- Fix typo in init script (#558993)



Index: bluetooth.init
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-12/bluetooth.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- bluetooth.init	5 Aug 2009 10:08:53 -0000	1.5
+++ bluetooth.init	15 Feb 2010 10:05:30 -0000	1.6
@@ -37,7 +37,7 @@ case "$1" in
 	stop
 	;;
   *)
-	echo $"Usage: $0 {start|stop}"
+	echo "Usage: $0 {start|stop}"
 	exit 3
 	;;
 esac


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-12/bluez.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- bluez.spec	16 Nov 2009 10:09:51 -0000	1.106
+++ bluez.spec	15 Feb 2010 10:05:30 -0000	1.107
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.58
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -275,6 +275,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/pand
 
 %changelog
+* Mon Feb 15 2010 Bastien Nocera <bnocera at redhat.com> 4.58-2
+- Fix typo in init script (#558993)
+
 * Mon Nov 16 2009 Bastien Nocera <bnocera at redhat.com> 4.58-1
 - Update to 4.58
 



More information about the scm-commits mailing list