diff --git a/python-qt5.spec b/python-qt5.spec index 0278a95..f63242c 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -23,7 +23,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -47,6 +47,7 @@ BuildRequires: pkgconfig(dbus-python) BuildRequires: pkgconfig(phonon4qt5) %endif BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: pkgconfig(Qt5Core) >= 5.5 %if 0%{?enginio} BuildRequires: pkgconfig(Enginio) @@ -308,6 +309,9 @@ sed -i \ %changelog +* Thu Jul 14 2022 Jan Grulich - 5.15.6-6 +- Rebuild (qt5) + * Mon Jun 13 2022 Python Maint - 5.15.6-5 - Rebuilt for Python 3.11