diff --git a/python-pykdumpfile.changes b/python-pykdumpfile.changes index f876c56..a11180f 100644 --- a/python-pykdumpfile.changes +++ b/python-pykdumpfile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 08:12:24 UTC 2024 - Dominique Leuenberger + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + ------------------------------------------------------------------- Tue Nov 21 06:42:26 UTC 2023 - Petr Tesařík diff --git a/python-pykdumpfile.spec b/python-pykdumpfile.spec index 1c3eb28..12531d8 100644 --- a/python-pykdumpfile.spec +++ b/python-pykdumpfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykdumpfile # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,8 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: libkdumpfile-devel BuildRequires: python-rpm-macros -%requires_eq python-cffi +# assuming all python*-cffi packages have the same version +Requires: python-cffi = %(rpm -q --whatprovides python3-cffi --qf "%%{version}") Obsoletes: python-libkdumpfile < %{version} Provides: python-libkdumpfile = %{version} %python_subpackages