import CS python-drgn-0.0.29-1.el9
This commit is contained in:
parent
911104e290
commit
2bf293144f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/drgn-0.0.24.tar.gz
|
SOURCES/drgn-0.0.29.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
2df91fcb5b2a5d84be1096b4a46239152e707ccb SOURCES/drgn-0.0.24.tar.gz
|
986c27dbf3a450b0ffbacd9fe045354fcc59a75e SOURCES/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.}
|
scripting in Python.}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.0.24
|
Version: 0.0.29
|
||||||
Release: 4%{?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-61658
|
||||||
|
|
||||||
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.24-4
|
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.24-4
|
||||||
- Enable brew-build.tier0.functional test
|
- Enable brew-build.tier0.functional test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user