diff --git a/ComputeLibrary.changes b/ComputeLibrary.changes index 8c6d00e..fefab85 100644 --- a/ComputeLibrary.changes +++ b/ComputeLibrary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 11 12:15:38 UTC 2023 - Guillaume GARDET + +- More fixes to use python3 as the python script interpreter + ------------------------------------------------------------------- Wed Apr 5 06:08:28 UTC 2023 - Guillaume GARDET diff --git a/ComputeLibrary.spec b/ComputeLibrary.spec index bdfa561..09ccf7a 100644 --- a/ComputeLibrary.spec +++ b/ComputeLibrary.spec @@ -137,6 +137,7 @@ for pyfile in `ls %{buildroot}%{_bindir}/*.py`; do sed -i -e 's|#!%{_bindir}/env python3|#!%{_bindir}/python3|' $pyfile sed -i -e 's|#!%{_bindir}/env python|#!%{_bindir}/python3|' $pyfile done +sed -i -e 's|#!%{_bindir}/python|#!%{_bindir}/python3|' %{buildroot}%{_bindir}/generate_build_files.py %post -n libarm_compute%{so_ver} -p /sbin/ldconfig %postun -n libarm_compute%{so_ver} -p /sbin/ldconfig