rpms/bluez-utils/devel bluez-utils.spec,1.86,1.87

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Sun Oct 28 19:53:50 UTC 2007


Author: katzj

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

Modified Files:
	bluez-utils.spec 
Log Message:
* Sun Oct 28 2007 Jeremy Katz <katzj at redhat.com> - 3.22-6
- fix scriptlet errors (#354531)



Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/bluez-utils.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- bluez-utils.spec	26 Oct 2007 11:22:32 -0000	1.86
+++ bluez-utils.spec	28 Oct 2007 19:53:17 -0000	1.87
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
 Version: 3.22
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -108,11 +108,12 @@
 /sbin/chkconfig --add bluetooth
 /sbin/chkconfig --add dund
 /sbin/chkconfig --add pand
-if [ "$1" = "2" ]; then
+if [ "$1" -ge "1" ]; 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 || :
 fi
+exit 0
 
 %preun
 if [ "$1" = "0" ]; then
@@ -153,6 +154,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Sun Oct 28 2007 Jeremy Katz <katzj at redhat.com> - 3.22-6
+- fix scriptlet errors (#354531)
+
 * Fri Oct 26 2007 - Bastien Nocera <bnocera at redhat.com> 3.22-5
 - Update to bluez-utils 3.22
 - Remove alsa-lib dep for the alsa sub-package, pulled in by




More information about the fedora-extras-commits mailing list