Rebase to upsteam v0.0.31
Upstream: Fedora Resolves: RHEL-86264 Signed-off-by: Philipp Rudo <prudo@redhat.com>
This commit is contained in:
parent
8d179fb39f
commit
d9aaf741c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/drgn-0.0.24.tar.gz
|
||||
/drgn-0.0.29.tar.gz
|
||||
/drgn-0.0.31.tar.gz
|
||||
|
@ -14,7 +14,7 @@ drgn exposes the types and variables in a program for easy, expressive
|
||||
scripting in Python.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.29
|
||||
Version: 0.0.31
|
||||
Release: 1%{?dist}
|
||||
Summary: Programmable debugger
|
||||
|
||||
@ -28,6 +28,7 @@ BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: sed
|
||||
BuildRequires: python3dist(sphinx)
|
||||
BuildRequires: python3-docs
|
||||
BuildRequires: graphviz
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: python3dist(pytest)
|
||||
@ -36,6 +37,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: elfutils-debuginfod-client-devel
|
||||
BuildRequires: libkdumpfile-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: xz-devel
|
||||
@ -48,6 +50,7 @@ BuildRequires: libtool
|
||||
|
||||
%package -n %{pypi_name}
|
||||
Summary: %{summary}
|
||||
Recommends: elfutils-debuginfod-client
|
||||
|
||||
%description -n %{pypi_name} %{_description}
|
||||
|
||||
@ -118,6 +121,10 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 16 2025 Philipp Rudo <prudo@redhat.com> - 0.0.31-1
|
||||
- Rebase to upstream v0.0.31
|
||||
Resolves: RHEL-86264
|
||||
|
||||
* Mon Nov 11 2024 Philipp Rudo <prudo@redhat.com> - 0.0.29-1
|
||||
- Rebase to upstream v0.0.29
|
||||
Resolves: RHEL-61658
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (drgn-0.0.29.tar.gz) = 2d13de5f4da2db106def4701b4de182c5a5781c12308bc169d6a9033f223b7c64fd4f83659c45a2861ac9aca56f31ba77d781452b9374bc29f50e1151a073741
|
||||
SHA512 (drgn-0.0.31.tar.gz) = 9a851e0968ad660c39ff3b26ff1f478a7622db8ddae0c35b60b2db8bc96f3b53e519e0782c1d57171cf45e02db60701d5958190df18b1a41c283a31feb7fc1d2
|
||||
|
@ -17,6 +17,7 @@
|
||||
- make
|
||||
- bzip2-devel
|
||||
- elfutils-devel
|
||||
- elfutils-debuginfod-client-devel
|
||||
- libkdumpfile-devel
|
||||
- xz-devel
|
||||
- autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user