From 9c4fc323cbb2a0169e15752173bf21506c8fc3f6143eb463f9300a7928115358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:21:31 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-drgn revision 13a0a32aa89eac7d1c02353d0a36421a --- drgn-0.0.27.tar.gz | 3 --- drgn-0.0.29.tar.gz | 3 +++ python-drgn.changes | 17 +++++++++++++++++ python-drgn.spec | 10 ++++++++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 drgn-0.0.27.tar.gz create mode 100644 drgn-0.0.29.tar.gz diff --git a/drgn-0.0.27.tar.gz b/drgn-0.0.27.tar.gz deleted file mode 100644 index 7b663ae..0000000 --- a/drgn-0.0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a4bacb51d5f15f9f7e7721b95785b6cf6b4241b1b7a242bd9a5fc293dbd609a -size 784330 diff --git a/drgn-0.0.29.tar.gz b/drgn-0.0.29.tar.gz new file mode 100644 index 0000000..906d1ba --- /dev/null +++ b/drgn-0.0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a465819cc62986f7db4cd5d27e8313f5826890ad7e6b1e856565020c25089e +size 830902 diff --git a/python-drgn.changes b/python-drgn.changes index ff7a4bb..6266591 100644 --- a/python-drgn.changes +++ b/python-drgn.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 9 06:46:34 UTC 2024 - Petr Tesařík + +- 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 + +- 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ý diff --git a/python-drgn.spec b/python-drgn.spec index 8e6a4cd..76b15a3 100644 --- a/python-drgn.spec +++ b/python-drgn.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-drgn -Version: 0.0.27 +Version: 0.0.29 Release: 0 Summary: Scriptable debugger library License: LGPL-2.1-or-later @@ -39,6 +39,8 @@ BuildRequires: libelf-devel BuildRequires: libkdumpfile-devel BuildRequires: libtool BuildRequires: python-rpm-macros +Requires(post): update-alternatives +Requires(postun): update-alternatives %python_subpackages %description @@ -71,6 +73,10 @@ export CFLAGS="%{optflags}" %doc README.rst %license COPYING %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