Re-enable valgrind-based tests on ARMv7
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
5404364223
commit
0b996e8258
@ -1,14 +1,16 @@
|
|||||||
Summary: Enhanced seccomp library
|
Summary: Enhanced seccomp library
|
||||||
Name: libseccomp
|
Name: libseccomp
|
||||||
Version: 2.3.2
|
Version: 2.3.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
URL: https://github.com/seccomp/libseccomp
|
URL: https://github.com/seccomp/libseccomp
|
||||||
%ifnarch riscv64 s390 %{arm}
|
%ifnarch riscv64 s390
|
||||||
BuildRequires: valgrind
|
# Versions prior to 3.13.0-4 do not work on ARM with newer glibc 2.25.0-6
|
||||||
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1466017
|
||||||
|
BuildRequires: valgrind >= 1:3.13.0-4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -85,6 +87,9 @@ make V=1 check
|
|||||||
%{_libdir}/libseccomp.a
|
%{_libdir}/libseccomp.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-3
|
||||||
|
- Re-enable valgrind-based tests on ARMv7
|
||||||
|
|
||||||
* Thu Jun 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-2
|
* Thu Jun 29 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.2-2
|
||||||
- Disable running valgrind-based tests on ARMv7 due to glibc/valgrind bug (RHBZ #1466017)
|
- Disable running valgrind-based tests on ARMv7 due to glibc/valgrind bug (RHBZ #1466017)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user