rpms/libtasn1/devel libtasn1.spec,1.34,1.35

Tomáš Mráz tmraz at fedoraproject.org
Mon Jan 11 16:42:17 UTC 2010


Author: tmraz

Update of /cvs/pkgs/rpms/libtasn1/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16277

Modified Files:
	libtasn1.spec 
Log Message:
* Mon Jan 11 2010 Tomas Mraz <tmraz at redhat.com> - 2.3-2
- no longer ignore make check result on ppc64



Index: libtasn1.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtasn1/devel/libtasn1.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- libtasn1.spec	3 Jan 2010 11:59:56 -0000	1.34
+++ libtasn1.spec	11 Jan 2010 16:42:17 -0000	1.35
@@ -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,%_in
 
 
 %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
 
 
 %changelog
+* Mon Jan 11 2010 Tomas Mraz <tmraz at redhat.com> - 2.3-2
+- no longer ignore make check result on ppc64
+
 * Tue Aug 11 2009 Tomas Mraz <tmraz at redhat.com> - 2.3-1
 - updated to new upstream version
 - fix warnings when installed with --excludedocs (#515950)



More information about the scm-commits mailing list