From 86a02bab3999d4d376e177e9de15bd9c586e166ec0a2b1aebc18e18f55013b7b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 2 Jul 2015 14:27:52 +0000 Subject: [PATCH] - do not run checks on ppc64 for now OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=112 --- gpg2.changes | 5 +++++ gpg2.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gpg2.changes b/gpg2.changes index 4424fec..d30f062 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 2 14:26:21 UTC 2015 - astieger@suse.com + +- do not run checks on ppc64 for now + ------------------------------------------------------------------- Wed Jul 1 14:15:28 UTC 2015 - astieger@suse.com diff --git a/gpg2.spec b/gpg2.spec index 8fe7caf..964cd79 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -139,8 +139,10 @@ install -m 755 tools/gpgsplit %{buildroot}/%{_bindir} %check %if ! 0%{?qemu_user_space_build} +%ifnarch ppc64 make check %endif +%endif %post %install_info --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz