SHA256
1
0
forked from pool/gnutls

Accepting request 304179 from Base:System

- Disable buggy valgrind on armv7l (forwarded request 304053 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/304179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=84
This commit is contained in:
Stephan Kulow 2015-04-28 18:42:20 +00:00 committed by Git OBS Bridge
parent 10f4b520f9
commit 03f6e10195
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
-------------------------------------------------------------------
Sun Apr 26 08:54:53 UTC 2015 - schwab@linux-m68k.org
- Disable buggy valgrind on armv7l
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 12 10:16:33 UTC 2015 - meissner@suse.com Sun Apr 12 10:16:33 UTC 2015 - meissner@suse.com

View File

@ -58,9 +58,12 @@ BuildRequires: unbound-devel
Requires: libgnutls-dane%{gnutls_dane_sover} = %{version} Requires: libgnutls-dane%{gnutls_dane_sover} = %{version}
%endif %endif
# disabled ppc - valgrind crashes on email cert tests currently. Marcus 20150413 # disabled ppc - valgrind crashes on email cert tests currently. Marcus 20150413
# disabled armv7l - valgrind appears to mishandle some insns
%ifnarch armv7hl
%ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64 %ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64
BuildRequires: valgrind BuildRequires: valgrind
%endif %endif
%endif
%if %suse_version >= 1230 %if %suse_version >= 1230
BuildRequires: makeinfo BuildRequires: makeinfo
%endif %endif
@ -192,7 +195,7 @@ autoreconf -if
%if %{with gnutls_openssl_compat} %if %{with gnutls_openssl_compat}
--enable-openssl-compatibility \ --enable-openssl-compatibility \
%endif %endif
%{nil}
%__make %__make
%install %install
@ -213,7 +216,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%check %check
%if ! 0%{?qemu_user_space_build} %if ! 0%{?qemu_user_space_build}
%__make check %__make check || {
find -name test-suite.log -print -exec cat {} \;
exit 1
}
%endif %endif
%post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig %post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig