From 3630fafae899b5edb220b3ce56457b49ae6d431d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Mon, 11 Jan 2010 16:42:17 +0000 Subject: [PATCH] - no longer ignore make check result on ppc64 --- libtasn1.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libtasn1.spec b/libtasn1.spec index 4ff5c89..5cfef1b 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -3,7 +3,7 @@ Summary: The ASN.1 library used in GNUTLS Name: libtasn1 Version: 2.3 -Release: %release_func 1 +Release: %release_func 2 # The libtasn1 library is LGPLv2+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -71,13 +71,7 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir} %check -%ifarch ppc64 -rc=true -%else -rc=false -%endif - -make check || $rc +make check %clean @@ -117,6 +111,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \ %changelog +* Mon Jan 11 2010 Tomas Mraz - 2.3-2 +- no longer ignore make check result on ppc64 + * Tue Aug 11 2009 Tomas Mraz - 2.3-1 - updated to new upstream version - fix warnings when installed with --excludedocs (#515950)