Home | History | Annotate | Download | only in 0.153

Lines Matching refs:libelf

9 Obsoletes: libelf libelf-devel
10 Requires: elfutils-libelf = %{version}-%{release}
45 Requires: elfutils-libelf-devel = %{version}-%{release}
63 %package libelf
67 %description libelf
68 The elfutils-libelf package provides a DSO which allows reading and
73 %package libelf-devel
74 Summary: Development support for libelf
76 Requires: elfutils-libelf = %{version}-%{release}
77 Conflicts: libelf-devel
79 %description libelf-devel
80 The elfutils-libelf-devel package contains the libraries to create
81 applications for handling compiled objects. libelf allows you to
85 %package libelf-devel-static
86 Summary: Static archive of libelf
88 Requires: elfutils-libelf-devel = %{version}-%{release}
89 Conflicts: libelf-devel
91 %description libelf-devel-static
92 The elfutils-libelf-static package contains the static archive
93 for libelf.
129 %post libelf -p /sbin/ldconfig
131 %postun libelf -p /sbin/ldconfig
175 %files libelf
177 %{_libdir}/libelf-%{version}.so
178 %{_libdir}/libelf.so.*
181 %files libelf-devel
183 %{_includedir}/libelf.h
187 %{_libdir}/libelf.so
189 %files libelf-devel-static
190 %{_libdir}/libelf.a
256 - libelf: More robust to bogus section headers.
263 - libelf: New function elf_getphdrnum. Now support using more than
281 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
301 - libelf: Fix regression in creation of section header
319 - libelf: bug fixes
335 - libdwfl, libelf: bug fixes
348 - libelf: new function elf_scnshndx.
363 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
389 - libelf, elflint: better support for core file handling
394 - libelf, libdw: bug fixes for unaligned accesses on machines that care
412 - libelf: bug fixes for rewriting existing files when using mmap.
424 - The license is now GPL for most files. The libelf, libebl, libdw,and
453 - libelf: speed-ups of non-mmap reading.
459 - libelf: new function elf_getaroff
467 - libelf: new function elf_getaroff
488 - libelf: Add elfXX_offscn and gelf_offscn.
500 - libelf: fix a numbe rof problems with elf_update
556 - include only libelf under GPL plus wrapper scripts
565 - include only libelf under GPL plus wrapper scripts
641 - elfutils-libelf needs to run ldconfig.
656 - split packages further into elfutils-libelf
685 - Add libelf-devel to conflicts for elfutils-devel