From f59968ee2cdca428006cb6dec3f4cc4b245a7c6e Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 5 Apr 2005 03:23:49 +0000 Subject: [PATCH] bug fixes --- elfutils.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 6188a6a..1f655f5 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,5 +1,5 @@ %define version 0.106 -%define release 2 +%define release 3 %define gpl 0 %if %{?_with_compat:1}%{!?_with_compat:0} @@ -159,9 +159,7 @@ cd .. %check cd build-%{_target_platform} -%ifarch i386 x86_64 make check -%endif %clean rm -rf ${RPM_BUILD_ROOT} @@ -226,6 +224,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Mon Apr 4 2005 Roland McGrath - 0.106-3 +- fix some bugs in new code, reenable make check + * Mon Apr 4 2005 Roland McGrath - 0.106-2 - disable make check for most arches, for now