|
|
@ -14,8 +14,8 @@ drgn exposes the types and variables in a program for easy, expressive
|
|
|
|
scripting in Python.}
|
|
|
|
scripting in Python.}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 0.0.25
|
|
|
|
Version: 0.0.29
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Programmable debugger
|
|
|
|
Summary: Programmable debugger
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
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}.pyi
|
|
|
|
%{python3_sitearch}/_%{pypi_name}.cpython*.so
|
|
|
|
%{python3_sitearch}/_%{pypi_name}.cpython*.so
|
|
|
|
%{python3_sitearch}/%{pypi_name}
|
|
|
|
%{python3_sitearch}/%{pypi_name}
|
|
|
|
|
|
|
|
%{python3_sitearch}/_%{pypi_name}_util
|
|
|
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
%if %{with docs}
|
|
|
@ -117,6 +118,10 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 11 2024 Philipp Rudo <prudo@redhat.com> - 0.0.29-1
|
|
|
|
|
|
|
|
- Rebase to upstream v0.0.29
|
|
|
|
|
|
|
|
Resolves: RHEL-61657
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.25-8
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.25-8
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|