diff --git a/python-PyQt6-Charts.changes b/python-PyQt6-Charts.changes index f397ca5..3f7f045 100644 --- a/python-PyQt6-Charts.changes +++ b/python-PyQt6-Charts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 08:17:21 UTC 2024 - Dominique Leuenberger + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + ------------------------------------------------------------------- Sun Apr 21 13:45:25 UTC 2024 - Ben Greiner diff --git a/python-PyQt6-Charts.spec b/python-PyQt6-Charts.spec index 0eb0fa8..cc58198 100644 --- a/python-PyQt6-Charts.spec +++ b/python-PyQt6-Charts.spec @@ -38,8 +38,8 @@ BuildRequires: fdupes BuildRequires: python-pyqt-rpm-macros BuildRequires: python-rpm-macros BuildRequires: cmake(Qt6%{qtlib}) -%requires_ge python-PyQt6 -%requires_ge python-PyQt6-sip +Requires: python-PyQt6 >= %(rpm -q --whatprovides python3-PyQt6 --qf "%%{version}") +Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python3-PyQt6-sip --qf "%%{version}") Provides: python-qtcharts-qt6 = %{version}-%{release} %python_subpackages