Fix trigger versioning.

This commit is contained in:
Bill Nottingham 2011-05-06 13:26:10 -04:00
parent edfdc35076
commit fc20cf9730

View File

@ -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