9
0
2024-11-05 14:41:47 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 5 08:12:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <petr@tesarici.cz>

View File

@@ -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