Remove no longer needed ppc64 workaround
The kernel bug causing failures on ppc64le is now fixed in recent/stable kernels [1], so we can remove the workaround. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=dcf7b48212c0fab7df69e84fab22d6cb7c8c0fb9 Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
parent
3d486e6132
commit
f5e4195060
@ -285,10 +285,6 @@ net.core.optmem_max = %{sysctl_optmem_max}
|
||||
EOF
|
||||
%endif
|
||||
|
||||
%ifarch %{power64}
|
||||
%{__sed} -i -e 's!exit \$failures!#&!' test/kcapi-enc-test.sh
|
||||
%endif
|
||||
|
||||
%{_bindir}/autoreconf -fiv
|
||||
|
||||
|
||||
@ -452,6 +448,7 @@ popd
|
||||
%changelog
|
||||
* Sat Jul 27 2019 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.4-6
|
||||
- Backport patch to fix test failure on aarch64
|
||||
- Remove no longer needed ppc64 workaround
|
||||
|
||||
* Sat Jul 27 2019 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.4-5
|
||||
- Backport patch to fix tests
|
||||
|
Loading…
Reference in New Issue
Block a user