Update to 0.167.

Resolves: #1365812
eu-stack killed by SIGABRT processing gcore created core file.

Resolves: #1352232
libelf: Can't add Program Header when e_type is set to OS/Proc specific.
This commit is contained in:
Mark Wielaard 2016-08-26 16:24:56 +02:00
parent f8dc59bc6f
commit cda9a70a34
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/elfutils-0.164.tar.bz2
/elfutils-0.165.tar.bz2
/elfutils-0.166.tar.bz2
/elfutils-0.167.tar.bz2

View File

@ -1,7 +1,7 @@
Name: elfutils
Summary: A collection of utilities and DSOs to handle compiled objects
Version: 0.166
%global baserelease 2
Version: 0.167
%global baserelease 1
URL: https://fedorahosted.org/elfutils/
%global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/
License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -20,7 +20,6 @@ Release: %{baserelease}%{?dist}
Source: %{?source_url}%{name}-%{version}.tar.bz2
# Patches
Patch1: elfutils-0.166-elfcmp-comp-gcc6.patch
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
@ -164,7 +163,6 @@ profiling) of processes.
%setup -q
# Apply patches
%patch1 -p1 -b .elfcmp_gcc6
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
@ -189,11 +187,6 @@ make -s install DESTDIR=${RPM_BUILD_ROOT}
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
# XXX Nuke unpackaged files
(cd ${RPM_BUILD_ROOT}
rm -f .%{_bindir}/eu-ld
)
%find_lang %{name}
%if %{provide_yama_scope}
@ -237,7 +230,6 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/eu-stack
%{_bindir}/eu-strings
%{_bindir}/eu-strip
#%%{_bindir}/eu-ld
%{_bindir}/eu-unstrip
%{_bindir}/eu-make-debug-archive
%{_bindir}/eu-elfcompress
@ -301,6 +293,11 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Fri Aug 26 2016 Mark Wielaard <mjw@redhat.com> - 0.167-1
- Upgrade to elfutils-0.167
Drop upstream elfutils-0.166-elfcmp-comp-gcc6.patch
Fixes: #1365812, #1352232.
* Thu Apr 14 2016 Mark Wielaard <mjw@redhat.com> - 0.166-2
- Add elfutils-0.166-elfcmp-comp-gcc6.patch

View File

@ -1 +1 @@
d4e462b7891915dc5326bccefa2024ff elfutils-0.166.tar.bz2
efc6c2067dfad5646777e93e85222e8f elfutils-0.167.tar.bz2