|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Pure-Python library for parsing and analyzing ELF files
|
|
|
|
|
Name: pyelftools
|
|
|
|
|
Version: 0.27
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.30
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: https://github.com/eliben/pyelftools
|
|
|
|
|
Source0: https://github.com/eliben/pyelftools/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
@ -17,6 +17,7 @@ and DWARF debugging information.
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
# https://github.com/eliben/pyelftools/issues/180
|
|
|
|
|
Provides: bundled(python3-construct) = 2.6
|
|
|
|
|
BuildRequires: %{_bindir}/llvm-dwarfdump
|
|
|
|
|
BuildRequires: %{_bindir}/readelf
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
@ -25,8 +26,9 @@ BuildArch: noarch
|
|
|
|
|
%description -n python3-%{name} %_description
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%autosetup
|
|
|
|
|
%ifnarch x86_64
|
|
|
|
|
rm test/external_tools/llvm-dwarfdump
|
|
|
|
|
rm test/external_tools/readelf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -59,12 +61,60 @@ popd
|
|
|
|
|
%{python3_sitelib}/pyelftools-*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.27-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.30-6
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.27-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Wed Jun 26 2024 Timothy Redaelli <tredaelli@redhat.com> - 0.30-6
|
|
|
|
|
- Fix smoke test by adding .fmf/version file
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Timothy Redaelli <tredaelli@redhat.com> - 0.30-5
|
|
|
|
|
- Add gating configuration and a simple smoke test
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.30-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 08 2023 Terje Rosten <terje.rosten@ntnu.no> - 0.30-1
|
|
|
|
|
- 0.30
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.29-3
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 11 2022 Dominik Mierzejewski <rpm@greysector.net> - 0.29-1
|
|
|
|
|
- 0.29 (#2117393)
|
|
|
|
|
- require llvm-dwarfdump for tests
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.28-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 Terje Rosten <terje.rosten@ntnu.no> - 0.28-1
|
|
|
|
|
- 0.28
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 02 2021 Dominik Mierzejewski <rpm@greysector.net> - 0.27-5
|
|
|
|
|
- fix FTBFS with python 3.11 (fixes #2019399)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.27-3
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|