rpms/bluez-utils/devel bluez-utils.spec,1.81,1.82

Joe Orton (jorton) fedora-extras-commits at redhat.com
Thu Oct 25 12:59:37 UTC 2007


Author: jorton

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

Modified Files:
	bluez-utils.spec 
Log Message:
* Thu Oct 25 2007 Joe Orton <jorton at redhat.com> 3.20-3
- fix %post failures (#351981)
- use Requires(preun,post) not Prereq
- remove "Requires: cups" for -alsa and -gstreamer



Index: bluez-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/bluez-utils/devel/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	25 Oct 2007 12:59:03 -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,13 @@
 Summary: gstreamer support for SBC audio format
 Group: System Environment/Daemons
 Requires: bluez-libs >= %{version}
-Requires: cups
+Requires: gstreamer
 
 %package alsa
 Summary: ALSA support for Bluetooth audio devices
 Group: System Environment/Daemons
 Requires: bluez-libs >= %{version}
-Requires: cups
+Requires: alsa-lib
 
 %description cups
 This package contains the CUPS backend 
@@ -104,7 +105,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/chkconfig --del hidd >/dev/null 2>&1
+/sbin/chkconfig --del hidd >/dev/null 2>&1 || true
 
 /sbin/chkconfig --add bluetooth
 /sbin/chkconfig --add dund
@@ -154,6 +155,11 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Thu Oct 25 2007 Joe Orton <jorton at redhat.com> 3.20-3
+- fix %%post failures (#351981)
+- use Requires(preun,post) not Prereq
+- remove "Requires: cups" for -alsa and -gstreamer
+
 * 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