From fc20cf973028cbaf9dcb3ada8d11ac33f25e4c54 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 6 May 2011 13:26:10 -0400 Subject: [PATCH] Fix trigger versioning. --- bluez.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez.spec b/bluez.spec index 0b4cbf9..dcad808 100644 --- a/bluez.spec +++ b/bluez.spec @@ -195,7 +195,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