diff --git a/nemo.spec b/nemo.spec index a3f4620..cac2de0 100644 --- a/nemo.spec +++ b/nemo.spec @@ -1,7 +1,7 @@ Name: nemo Summary: File manager for Cinnamon Version: 3.4.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/linuxmint/ Source0: %url/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -72,7 +72,7 @@ for developing nemo extensions. %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 @@ -172,6 +172,9 @@ fi %{_datadir}/gir-1.0/*.gir %changelog +* Thu Aug 31 2017 Björn Esser - 3.4.7-5 +- Fix regex for EPEL + * Thu Aug 31 2017 Björn Esser - 3.4.7-4 - Use Python2 on EPEL <= 7