parent
56fd049f91
commit
74785951b0
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Pure-Python library for parsing and analyzing ELF files
|
||||
Name: pyelftools
|
||||
Version: 0.28
|
||||
Release: 3%{?dist}
|
||||
Version: 0.29
|
||||
Release: 1%{?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
|
||||
@ -27,6 +28,7 @@ BuildArch: noarch
|
||||
%prep
|
||||
%autosetup
|
||||
%ifnarch x86_64
|
||||
rm test/external_tools/llvm-dwarfdump
|
||||
rm test/external_tools/readelf
|
||||
%endif
|
||||
|
||||
@ -59,6 +61,10 @@ popd
|
||||
%{python3_sitelib}/pyelftools-*.egg-info
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyelftools-0.28.tar.gz) = 005163a53fe12baad0998d60d531e3ce4201236b7b042e3c28d7e68f9c40586f94a2576be6918be991a3bf464f2ca55700c0475a6e8c7b05b4342a6f5bbf3354
|
||||
SHA512 (pyelftools-0.29.tar.gz) = 0eba3b029a734abe9f8df92cd58bc967f10bf9f61c3a419bdbc5e637200844dddd947bcb485e8ebbe2eeaa7f7e91efc6500316af51aace1db051a658cf61153e
|
||||
|
Loading…
Reference in New Issue
Block a user