|
|
|
@ -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.29
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 0.0.24
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Programmable debugger
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
@ -107,7 +107,6 @@ 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}
|
|
|
|
@ -118,38 +117,18 @@ 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
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.25-8
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.0.25-7
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.25-7
|
|
|
|
|
* Thu Aug 8 2024 Tao Liu <ltao@redhat.com> - 0.0.24-4
|
|
|
|
|
- Enable brew-build.tier0.functional test
|
|
|
|
|
- Remove autorelease and autochangelog
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.25-6
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 15 2024 Tao Liu <ltao@redhat.com> - 0.0.25-5
|
|
|
|
|
* Wed May 15 2024 Tao Liu <ltao@redhat.com> - 0.0.24-3
|
|
|
|
|
- Remove brew-build.tier0.functional test
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2024 Philipp Rudo <prudo@redhat.com> - 0.0.25-4
|
|
|
|
|
- Add gating.yaml to RHEL-10 python-drgn
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.25-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.25-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Omar Sandoval <osandov@osandov.com> - 0.0.25-1
|
|
|
|
|
- Update to 0.0.25; Fixes: RHBZ#2252482
|
|
|
|
|
* Tue Oct 10 2023 Tao Liu <ltao@redhat.com> - 0.0.24-1
|
|
|
|
|
- Import epel9 python-drgn to rhel9
|
|
|
|
|
|
|
|
|
|
* Fri Sep 08 2023 Omar Sandoval <osandov@osandov.com> - 0.0.24-1
|
|
|
|
|
- Update to 0.0.24; Fixes: RHBZ#2238043
|
|
|
|
@ -183,3 +162,57 @@ cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.19-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.19-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.19-1
|
|
|
|
|
- Update to 0.0.19; Fixes: RHBZ#2088180
|
|
|
|
|
|
|
|
|
|
* Thu Apr 21 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.0.18-3
|
|
|
|
|
- Rebuild for libkdumpfile 0.4.1
|
|
|
|
|
|
|
|
|
|
* Sun Mar 06 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.18-2
|
|
|
|
|
- Backport fix for armv7hl
|
|
|
|
|
|
|
|
|
|
* Sun Mar 06 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.18-1
|
|
|
|
|
- Update to 0.0.18; Fixes: RHBZ#2060295, RHBZ#2046872
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.16-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Omar Sandoval <osandov@osandov.com> - 0.0.16-1
|
|
|
|
|
- Update to 0.0.16
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Omar Sandoval <osandov@osandov.com> - 0.0.15-1
|
|
|
|
|
- Update to 0.0.15
|
|
|
|
|
|
|
|
|
|
* Tue Oct 26 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.14-2
|
|
|
|
|
- Add support for building from git snapshots for packit
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.14-1
|
|
|
|
|
- Update to 0.0.14; Fixes: RHBZ#1993354
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.13-6
|
|
|
|
|
- Update descriptions
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.13-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 8 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.13-2
|
|
|
|
|
- Backport fix for s390x and drop the ExcludeArch
|
|
|
|
|
|
|
|
|
|
* Tue Jun 8 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.13-1
|
|
|
|
|
- Update to 0.0.13
|
|
|
|
|
- Drop no longer needed ExcludeArch for armv7hl and i686
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.11-3
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Tue Apr 6 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.11-2
|
|
|
|
|
- Make doc subpackage noarch
|
|
|
|
|
- Add license file
|
|
|
|
|
|
|
|
|
|
* Tue Apr 6 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.0.11-1
|
|
|
|
|
- Initial package.
|
|
|
|
|