oom test also fails on 32bit ppc, so patch it out there as well

This commit is contained in:
Ingvar Hagelund 2015-09-24 16:16:17 +02:00
parent a847a88878
commit 08241b12b9
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Name: jemalloc
Version: 4.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
Group: System Environment/Libraries
@ -15,7 +15,7 @@ Patch2: jemalloc-armv5-force-atomic.patch
# RHEL5/POWER has no atomic operations
Patch3: jemalloc-3.0.0.atomic_h_ppc_32bit_operations.patch
Patch4: jemalloc-3.6.0.no_explicit_altivec.patch
# According to upstream, this test is non-critical. It also only fails on i386
# According to upstream, this test is non-critical. It also only fails on i386 and ppc
Patch6: jemalloc-4.0.2.test.oom.patch
BuildRequires: /usr/bin/xsltproc
@ -46,8 +46,8 @@ developing applications that use %{name}.
%patch4 -b .ppc
%endif
%endif
%ifarch i386 i486 i586 i686
%patch6 -p1 -R -b .i386
%ifarch i386 i486 i586 i686 ppc
%patch6 -p1 -R -b .test.oom
%endif
%build
@ -107,6 +107,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Thu Sep 24 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.2-2
- oom test also fails on 32bit ppc, so patch it out there as well
* Tue Sep 22 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.2-1
- New upstream release
- Added a patch removing a non-critical test that fails on i386