forked from pool/python-drgn
Accepting request 1184765 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1184765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-drgn?expand=0&rev=8
This commit is contained in:
commit
9740dffb16
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d1893a492830bb36f46db86269e05da7476dffcea7b751f0b250e8e16464d55
|
|
||||||
size 728176
|
|
BIN
drgn-0.0.27.tar.gz
(Stored with Git LFS)
Normal file
BIN
drgn-0.0.27.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 2 03:32:44 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
||||||
|
|
||||||
|
- Update to drgn-0.0.27:
|
||||||
|
* Linux 6.9 and 6.10 support
|
||||||
|
* New helpers for interpreting memory
|
||||||
|
* New scripts in contrib
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 18:14:42 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
Tue Mar 12 18:14:42 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
|
||||||
Name: python-drgn
|
Name: python-drgn
|
||||||
Version: 0.0.26
|
Version: 0.0.27
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scriptable debugger library
|
Summary: Scriptable debugger library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -32,6 +32,7 @@ BuildRequires: %{python_module devel}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: check-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libdw-devel
|
BuildRequires: libdw-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user