forked from pool/python-pykdumpfile
Accepting request 1221343 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1221343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykdumpfile?expand=0&rev=3
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user