From 15411b0d617fdae8ab5826783699858d7257aeb4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 2 Dec 2010 19:41:45 -0800 Subject: [PATCH] libdwfl: Remove bogus assert. (#658268) --- elfutils.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 5ea692e..85ccba1 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle compiled objects Version: 0.150 -%global baserelease 1 +%global baserelease 2 URL: https://fedorahosted.org/elfutils/ %global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/ License: GPLv2 with exceptions @@ -46,6 +46,8 @@ Source: %{?source_url}%{name}-%{version}.tar.bz2 Patch1: %{?source_url}elfutils-robustify.patch Patch2: %{?source_url}elfutils-portability.patch +Patch10: elfutils-0.150-dwfl_module_relocations-Remove-over-eager-assert.patch + %if !%{compat} Release: %{baserelease}%{?dist} %else @@ -203,6 +205,8 @@ sed -i.scanf-m -e 's/%m/%a/g' src/addr2line.c tests/line2addr.c %endif %endif +%patch10 -p1 -b .bad-assert + find . -name \*.sh ! -perm -0100 -print | xargs chmod +x %build @@ -315,6 +319,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Thu Dec 2 2010 Roland McGrath - 0.150-2 +- libdwfl: Remove bogus assert. (#658268) + * Tue Nov 23 2010 Roland McGrath - 0.150-1 - Update to 0.150 - libdw: Fix for handling huge .debug_aranges section. (#638432)