diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 17b3415..02e7410 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 08:20:32 UTC 2024 - Dominique Leuenberger + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + ------------------------------------------------------------------- Wed Oct 16 15:48:52 UTC 2024 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 3d2fe14..17ccbd1 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -93,8 +93,8 @@ BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebSockets) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Xml) -%requires_ge python-PyQt6-sip -%requires_ge python-dbus-python +Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python3-PyQt6-sip --qf "%%{version}") +Requires: python-dbus-python >= %(rpm -q --whatprovides python3-dbus-python --qf "%%{version}") Provides: python-qt6 = %{version}-%{release} %python_subpackages