diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index 1a2bab2..3247459 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 09:25:34 UTC 2024 - Ben Greiner + +- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185 + ------------------------------------------------------------------- Tue Nov 5 08:34:46 UTC 2024 - Dominique Leuenberger diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index b1b1231..ce8c708 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -34,7 +34,7 @@ BuildRequires: %{python_module sip-devel >= 5.3} BuildRequires: python-pyqt-rpm-macros BuildRequires: python-rpm-macros BuildRequires: pkgconfig(Qt5WebEngine) -Requires: python-qt5 >= %(rpm -q --whatprovides python3-qt5 --qf "%%{version}") +Requires: python-qt5 >= %(rpm -q --whatprovides python-qt5 --qf "%%{version}") Requires: python-qt5-sip Provides: python-PyQtWebEngine = %{version}-%{release} # http://www.chromium.org/blink is not ported to PowerPC & s390, so Qt5WebEngine itself doesn't build on those archs