|
|
|
@ -15,7 +15,7 @@ scripting in Python.}
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 0.0.24
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Programmable debugger
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
@ -117,6 +117,12 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.24-4
|
|
|
|
|
- Enable brew-build.tier0.functional test
|
|
|
|
|
|
|
|
|
|
* Wed May 15 2024 Tao Liu <ltao@redhat.com> - 0.0.24-3
|
|
|
|
|
- Remove brew-build.tier0.functional test
|
|
|
|
|
|
|
|
|
|
* Mon Oct 23 2023 Davide Cavalca <dcavalca@centosproject.org> - 0.0.24-2
|
|
|
|
|
- Import changelog from the EPEL package
|
|
|
|
|
- Add gating.yaml to RHEL-9 python-drgn
|
|
|
|
|