rpms/bluez-utils/F-8 bluez-utils.spec,1.81,1.82

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Oct 26 10:37:58 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/bluez-utils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8157

Modified Files:
	bluez-utils.spec 
Log Message:
* Fri Oct 26 2007 - Bastien Nocera <bnocera at redhat.com> 3.20-3
- Apply fixes from rawhide by Joe Orton, making sure hcid
  gets started on new installs (#351981)



Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/F-8/bluez-utils.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- bluez-utils.spec	6 Oct 2007 13:47:15 -0000	1.81
+++ bluez-utils.spec	26 Oct 2007 10:37:25 -0000	1.82
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
 Version: 3.20
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -26,7 +26,8 @@
 Requires: initscripts, bluez-libs >= %{version}
 Requires: dbus >= 0.60
 Requires: dbus-bluez-pin-helper
-Prereq: /sbin/chkconfig, /sbin/service
+Requires(preun): /sbin/chkconfig, /sbin/service
+Requires(post): /sbin/chkconfig, /sbin/service
 
 %description
 Bluetooth utilities (bluez-utils):
@@ -50,13 +51,11 @@
 Summary: gstreamer support for SBC audio format
 Group: System Environment/Daemons
 Requires: bluez-libs >= %{version}
-Requires: cups
 
 %package alsa
 Summary: ALSA support for Bluetooth audio devices
 Group: System Environment/Daemons
 Requires: bluez-libs >= %{version}
-Requires: cups
 
 %description cups
 This package contains the CUPS backend 
@@ -109,7 +108,7 @@
 /sbin/chkconfig --add bluetooth
 /sbin/chkconfig --add dund
 /sbin/chkconfig --add pand
-if [ "$1" = "1" ]; then
+if [ "$1" = "2" ]; then
 	/sbin/service bluetooth condrestart >/dev/null 2>&1
 	/sbin/service dund condrestart >/dev/null 2>&1
 	/sbin/service pand condrestart >/dev/null 2>&1
@@ -154,6 +153,10 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Fri Oct 26 2007 - Bastien Nocera <bnocera at redhat.com> 3.20-3
+- Apply fixes from rawhide by Joe Orton, making sure hcid
+  gets started on new installs (#351981)
+
 * Sat Oct 06 2007 - Bastien Nocera <bnocera at redhat.com> 3.20-2
 - Remove hard-dependency on bluez-gnome, and use the virtual
   provides for dbus-bluez-pin-helper insted (#212421)




More information about the fedora-extras-commits mailing list