Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
b952a48a34 |
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 8 09:25:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
||||||
|
|
||||||
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 5 08:36:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Avoid using requires_eq, which after the last modifications
|
|
||||||
conflicts with python singlespec (order of expansion).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 15 13:57:31 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Oct 15 13:57:31 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@ BuildRequires: %{python_module pyqt-builder >= 1.14.1}
|
|||||||
BuildRequires: %{python_module qt5-sip >= 12.13}
|
BuildRequires: %{python_module qt5-sip >= 12.13}
|
||||||
BuildRequires: %{python_module sip-devel >= 6.7.12}
|
BuildRequires: %{python_module sip-devel >= 6.7.12}
|
||||||
Requires: python-qt5-sip >= 12.13
|
Requires: python-qt5-sip >= 12.13
|
||||||
Requires: python-dbus-python >= %(rpm -q --whatprovides python-dbus-python --qf "%%{version}")
|
%requires_ge python-dbus-python
|
||||||
Provides: python-PyQt5 = %{version}-%{release}
|
Provides: python-PyQt5 = %{version}-%{release}
|
||||||
Suggests: python-%{mname}-quick3d
|
Suggests: python-%{mname}-quick3d
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user