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