From 9f4dc51876302a6467c7849e0a19136cfd6af68816dbfd972dc67500226af838 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 00:01:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=2 --- baselibs.conf | 4 ++++ elfutils.changes | 5 +++++ elfutils.spec | 20 ++++++++------------ 3 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..7bb51b6 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libasm1 +libebl1 +libelf1 +libdw1 diff --git a/elfutils.changes b/elfutils.changes index efea497..8195792 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 28 20:33:17 CET 2008 - tiwai@suse.de + +- added baselibs.conf for 32bit libs (bnc#439582) + ------------------------------------------------------------------- Tue Oct 7 15:07:28 CEST 2008 - tiwai@suse.de diff --git a/elfutils.spec b/elfutils.spec index fce9a98..f354332 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -21,9 +21,9 @@ Name: elfutils License: GPL v2 or later Version: 0.137 -Release: 1 -Summary: A collection of utilities and DSOs to handle compiled objects -Group: Development/Tools/Other +Release: 2 +Summary: Higher-level library to access ELF +Group: System/Libraries Url: http://elfutils.fedorahosted.org Source: elfutils-%{version}-no-osl.tar.bz2 Patch: elfutils-portability.patch @@ -38,20 +38,14 @@ Patch20: elfutils-0.137-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Elfutils is a collection of utilities, including ld (a linker), nm (for -listing symbols from object files), size (for listing the section sizes -of an object or archive file), strip (for discarding symbols), readline -(the see the raw ELF file structures), and elflint (to check for -well-formed ELF files). Also included are numerous helper libraries -which implement DWARF, ELF, and machine-specific ELF handling. +This package provides a higher-level library to access ELF files. This +is a part of elfutils package. Authors: -------- - Jeff Johnson - Jakub Jelinek - Ulrich Drepper + Ulrich Drepper %package -n libasm1 Summary: A collection of utilities and DSOs to handle compiled objects @@ -289,6 +283,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/elfutils/libdwfl.h %changelog +* Tue Oct 28 2008 tiwai@suse.de +- added baselibs.conf for 32bit libs (bnc#439582) * Tue Oct 07 2008 tiwai@suse.de - renamed to libebl1 - provides libasm1 package