Rebase to upstream v0.0.29
Upstream: Fedora Resolves: RHEL-61658 Signed-off-by: Philipp Rudo <prudo@redhat.com>
This commit is contained in:
parent
c9d0c033c5
commit
cbf852b6d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/drgn-0.0.24.tar.gz
|
||||
/drgn-0.0.29.tar.gz
|
||||
|
@ -14,8 +14,8 @@ drgn exposes the types and variables in a program for easy, expressive
|
||||
scripting in Python.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.24
|
||||
Release: 4%{?dist}
|
||||
Version: 0.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Programmable debugger
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -107,6 +107,7 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
||||
%{python3_sitearch}/_%{pypi_name}.pyi
|
||||
%{python3_sitearch}/_%{pypi_name}.cpython*.so
|
||||
%{python3_sitearch}/%{pypi_name}
|
||||
%{python3_sitearch}/_%{pypi_name}_util
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%if %{with docs}
|
||||
@ -117,6 +118,10 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 11 2024 Philipp Rudo <prudo@redhat.com> - 0.0.29-1
|
||||
- Rebase to upstream v0.0.29
|
||||
Resolves: RHEL-61657
|
||||
|
||||
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.24-4
|
||||
- Enable brew-build.tier0.functional test
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (drgn-0.0.24.tar.gz) = 4e360ec71163cc55ea12b96a64a33359ef3e8ef4a08f858deaf1b8d945b3d39911275a2d9b9f01121f95df8e900fbd4377892b7096f23879f0c1783967c390f2
|
||||
SHA512 (drgn-0.0.29.tar.gz) = 2d13de5f4da2db106def4701b4de182c5a5781c12308bc169d6a9033f223b7c64fd4f83659c45a2861ac9aca56f31ba77d781452b9374bc29f50e1151a073741
|
||||
|
Loading…
Reference in New Issue
Block a user