libdwfl: Remove bogus assert. (#658268)
This commit is contained in:
parent
9e6cf0d651
commit
15411b0d61
@ -1,7 +1,7 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||||
Version: 0.150
|
Version: 0.150
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
URL: https://fedorahosted.org/elfutils/
|
URL: https://fedorahosted.org/elfutils/
|
||||||
%global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/
|
%global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
@ -46,6 +46,8 @@ Source: %{?source_url}%{name}-%{version}.tar.bz2
|
|||||||
Patch1: %{?source_url}elfutils-robustify.patch
|
Patch1: %{?source_url}elfutils-robustify.patch
|
||||||
Patch2: %{?source_url}elfutils-portability.patch
|
Patch2: %{?source_url}elfutils-portability.patch
|
||||||
|
|
||||||
|
Patch10: elfutils-0.150-dwfl_module_relocations-Remove-over-eager-assert.patch
|
||||||
|
|
||||||
%if !%{compat}
|
%if !%{compat}
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -203,6 +205,8 @@ sed -i.scanf-m -e 's/%m/%a/g' src/addr2line.c tests/line2addr.c
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%patch10 -p1 -b .bad-assert
|
||||||
|
|
||||||
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
|
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -315,6 +319,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libelf.a
|
%{_libdir}/libelf.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
|
||||||
|
- libdwfl: Remove bogus assert. (#658268)
|
||||||
|
|
||||||
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
|
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
|
||||||
- Update to 0.150
|
- Update to 0.150
|
||||||
- libdw: Fix for handling huge .debug_aranges section. (#638432)
|
- libdw: Fix for handling huge .debug_aranges section. (#638432)
|
||||||
|
Loading…
Reference in New Issue
Block a user