Try robustification patch from Jakub
This commit is contained in:
parent
570047f06c
commit
19ef6592aa
@ -1,5 +1,5 @@
|
||||
%define version 0.108
|
||||
%define release 1
|
||||
%define release 2
|
||||
|
||||
%define gpl 0
|
||||
%if %{?_with_compat:1}%{!?_with_compat:0}
|
||||
@ -26,6 +26,7 @@ Group: Development/Tools
|
||||
Source: elfutils-%{version}.tar.gz
|
||||
Patch1: elfutils-portability.patch
|
||||
Patch2: elfutils-bswap.patch
|
||||
Patch3: elfutils-0.108-robustify.patch
|
||||
Obsoletes: libelf libelf-devel
|
||||
Requires: elfutils-libelf = %{version}-%{release}
|
||||
%if %{gpl}
|
||||
@ -116,6 +117,8 @@ sleep 1
|
||||
find . \( -name configure -o -name config.h.in \) -print | xargs touch
|
||||
%endif
|
||||
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
mkdir build-%{_target_platform}
|
||||
cd build-%{_target_platform}
|
||||
@ -219,6 +222,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/libelf.so
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
|
||||
- robustification
|
||||
|
||||
* Mon May 9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
|
||||
- update to 0.108
|
||||
- merge strip fixes
|
||||
|
Loading…
Reference in New Issue
Block a user