diff --git a/blueberry.spec b/blueberry.spec index 7f954d9..6aad716 100644 --- a/blueberry.spec +++ b/blueberry.spec @@ -1,6 +1,6 @@ Name: blueberry Version: 1.1.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Bluetooth configuration tool License: GPLv3+ @@ -55,7 +55,7 @@ done %if (0%{?rhel} && 0%{?rhel} >= 7) for f in $(%{__grep} -Rl '#!.*python3') ; do - %{__sed} -e 's~#!.*python3~/#!usr/bin/python2~g' < ${f} > ${f}.new + %{__sed} -e 's~#!.*python3~#!/usr/bin/python2~g' < ${f} > ${f}.new /bin/touch -r ${f}.new ${f} %{__mv} -f ${f}.new ${f} done @@ -123,6 +123,9 @@ fi %changelog +* Thu Aug 31 2017 Björn Esser - 1.1.15-4 +- Fix regex for EPEL + * Thu Aug 31 2017 Björn Esser - 1.1.15-3 - Use Python2 on EPEL <= 7