Skip to content

Commit 6a1357b

Browse files
committed
Release v2.1.2
Signed-off-by: Stephen Brennan <[email protected]>
1 parent 02c19bb commit 6a1357b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

buildrpm/python-drgn-tools.spec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
Name: python-drgn-tools
23-
Version: 2.1.1
23+
Version: 2.1.2
2424
Release: 1%{?dist}
2525
Summary: Helper scripts for drgn, containing the corelens utility
2626

@@ -59,7 +59,7 @@ a running kernel image (via /proc/kcore).}
5959
# The drgn dependency can be fulfilled by drgn with, or without, CTF support.
6060
# However, drgn-tools is tied to specific drgn releases.
6161
%global drgn_min 0.0.25
62-
%global drgn_max 0.0.33
62+
%global drgn_max 0.0.34
6363

6464
%package -n drgn-tools
6565
Summary: %{summary}
@@ -132,6 +132,11 @@ rm %{buildroot}/usr/bin/DRGN
132132
%endif
133133

134134
%changelog
135+
* Thu Nov 06 2025 Stephen Brennan <[email protected]> - 2.1.2-1
136+
- rds: fish crash on NULL task [Orabug: 38225232]
137+
- drgn-tools litevm tests fail due to missing debuginfo [Orabug: 38625032]
138+
- Add support for drgn 0.0.33
139+
135140
* Tue Jun 24 2025 Stephen Brennan <[email protected]> - 2.1.1-1
136141
- Mountinfo fails on a (nearly) empty struct mount [Orabug: 37911511]
137142
- Test failure for module_build_id() in Linux 6.14 [Orabug: 37973190]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
long_description = "drgn helper script repository"
1111

12-
RELEASE_VERSION = "2.1.0"
12+
RELEASE_VERSION = "2.1.2"
1313
PACKAGES = ["drgn_tools"]
1414

1515

@@ -88,7 +88,7 @@ def get_version():
8888
description="drgn helper script repository",
8989
long_description=long_description,
9090
install_requires=[
91-
"drgn>=0.0.25,<0.0.33",
91+
"drgn>=0.0.25,<0.0.34",
9292
],
9393
url="https://github.com/oracle-samples/drgn-tools",
9494
author="Oracle Linux Sustaining Engineering Team",

0 commit comments

Comments
 (0)