forked from pool/python-pykdumpfile
Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 23149cbb66 | |||
|
|
3158a357e0 | ||
|
|
9fa875389b | ||
|
|
98f5b5d563 | ||
| a72b60ab93 | |||
| f2c56b1b53 | |||
| 680d43e8aa | |||
| c856464683 | |||
|
|
16f7a0683c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34718c76ce7c3ffd25b051c5d4fb1bd8a834564c6d731f12cc1895e6b8dde429
|
||||
size 33936
|
||||
3
pykdumpfile-0.5.5.1.tar.gz
Normal file
3
pykdumpfile-0.5.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c92551ab2be318320c3e002bdd92d2bbdf148749e31c8c6449c431d04db2052a
|
||||
size 34121
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 08:00:35 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
||||
|
||||
- Update to 0.5.5.1
|
||||
* Bug-fix release
|
||||
* Drop Fix-use-after-free-in-Buffer-objects.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 29 18:58:42 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
||||
|
||||
- Fix-use-after-free-in-Buffer-objects.patch: Fix a potential UAF
|
||||
in addrxlat Buffer objects.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 21:29:50 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
||||
|
||||
- Update to 0.5.5
|
||||
* Reflect incompatible changes in kdumpfile-0.5.5.
|
||||
* Add forgotten tests for RISC-V PTE formats.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:42:01 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
- Set minimum python-cffi version to 1.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@@ -19,13 +19,13 @@
|
||||
%define skip_python2 1
|
||||
|
||||
Name: python-pykdumpfile
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5.1
|
||||
Release: 0
|
||||
Summary: Python bindings to libkdumpfile
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/ptesarik/pykdumpfile
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pykdumpfile/pykdumpfile-%{version}.tar.gz
|
||||
BuildRequires: %{python_module cffi >= 1.0.0}
|
||||
BuildRequires: %{python_module cffi >= 1.8}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -34,7 +34,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libkdumpfile-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
%requires_eq python-cffi
|
||||
Requires: python-cffi >= 1.8
|
||||
Obsoletes: python-libkdumpfile < %{version}
|
||||
Provides: python-libkdumpfile = %{version}
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user