[bluez/f15/master] Fix versioning of triggers so they'll properly fire on upgrades from Fedora 14.

Bill Nottingham notting at fedoraproject.org
Fri May 6 15:38:06 UTC 2011


commit 1a90190cb3a6c44c38ecdbaf544c4bba89baf1d8
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu May 5 16:32:00 2011 -0400

    Fix versioning of triggers so they'll properly fire on upgrades from Fedora 14.

 bluez.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index f81ab0f..9233e36 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.87
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -192,7 +192,7 @@ if [ $1 -ge 1 ] ; then
         /bin/systemctl try-restart bluetooth.service >/dev/null 2>&1 || :
 fi
 
-%triggerun -- bluez < 4.71-2
+%triggerun -- bluez < 4.78
 if /sbin/chkconfig --level 3 bluetooth ; then
         /bin/systemctl enable bluetooth.service >/dev/null 2>&1 || :
 fi
@@ -292,6 +292,9 @@ fi
 %{_mandir}/man1/pand.1.gz
 
 %changelog
+* Thu May 05 2011 Bill Nottingham <notting at redhat.com> 4.87-5
+- fix versioning of systemd-related triggers
+
 * Wed May 04 2011 Bastien Nocera <bnocera at redhat.com> 4.87-4
 - Remove unneeded autoloading of uinput module (#692526)
 


More information about the scm-commits mailing list