Sync from SUSE:SLFO:Main python-drgn revision 13a0a32aa89eac7d1c02353d0a36421a
This commit is contained in:
parent
58f6524f9c
commit
9c4fc323cb
BIN
drgn-0.0.27.tar.gz
(Stored with Git LFS)
BIN
drgn-0.0.27.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
drgn-0.0.29.tar.gz
(Stored with Git LFS)
Normal file
BIN
drgn-0.0.29.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 06:46:34 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||||
|
|
||||||
|
- Update to drgn-0.0.29:
|
||||||
|
* Fix call_function(), write_memory(), and write_object() for
|
||||||
|
kernels with CONFIG_MODVERSIONS=y
|
||||||
|
- Fix a few rpmlint warnings.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 06:24:34 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||||
|
|
||||||
|
- Update to drgn-0.0.28:
|
||||||
|
* Linux 6.11 and 6.12 support
|
||||||
|
* Helpers for modifying the running kernel
|
||||||
|
* 32-bit Arm address translation
|
||||||
|
* AArch64 52-bit virtual addresses with 4k or 16k pages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 16:45:15 UTC 2024 - Michal Koutný <mkoutny@suse.com>
|
Thu Sep 26 16:45:15 UTC 2024 - Michal Koutný <mkoutny@suse.com>
|
||||||
|
|
||||||
|
@ -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.27
|
Version: 0.0.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scriptable debugger library
|
Summary: Scriptable debugger library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -39,6 +39,8 @@ BuildRequires: libelf-devel
|
|||||||
BuildRequires: libkdumpfile-devel
|
BuildRequires: libkdumpfile-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun): update-alternatives
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,6 +73,10 @@ export CFLAGS="%{optflags}"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%python_alternative %{_bindir}/drgn
|
%python_alternative %{_bindir}/drgn
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/drgn
|
||||||
|
%{python_sitearch}/drgn-%{version}*-info
|
||||||
|
%{python_sitearch}/_drgn*.pyi
|
||||||
|
%{python_sitearch}/_drgn*.so
|
||||||
|
%{python_sitearch}/_drgn_util
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user