From 9fb174490a9799718f42b704fbe843c961d029c4 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 10 Jun 2021 13:52:48 +0200 Subject: [PATCH] Let qt5_install_tests macro handle mangling python shebangs Resolves: bz#1968467 --- qt5-qtmultimedia.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index 75b0267..c115e40 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -12,7 +12,7 @@ Summary: Qt5 - Multimedia support Name: qt5-%{qt_module} Version: 5.15.2 -Release: 5%{?dist} +Release: 6%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -104,8 +104,6 @@ make install INSTALL_ROOT=%{buildroot} %if 0%{?build_tests} %qt5_install_tests - -sed -i s@\/usr\/bin\/env\ python@\/usr\/bin\/python3@ %{buildroot}%{_qt5_libdir}/qt5/tests/auto/runautotests.py %endif ## .prl/.la file love @@ -173,6 +171,10 @@ popd %endif %changelog +* Thu Jun 10 2021 Jan Grulich - 5.15.2-6 +- Let qt5_install_tests macro handle mangling python shebangs + Resolves: bz#1968467 + * Wed Jun 09 2021 Jan Grulich - 5.15.2-5 - Add gating tests Resolves: bz#1968467