rpms/bouncycastle/EL-6 bouncycastle.spec,1.22,1.23

stevetraylen stevetraylen at fedoraproject.org
Tue May 11 12:22:36 UTC 2010


Author: stevetraylen

Update of /cvs/pkgs/rpms/bouncycastle/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2443

Modified Files:
	bouncycastle.spec 
Log Message:
no junit4 on ppc64.



Index: bouncycastle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/EL-6/bouncycastle.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- bouncycastle.spec	11 May 2010 12:07:04 -0000	1.22
+++ bouncycastle.spec	11 May 2010 12:22:36 -0000	1.23
@@ -6,7 +6,7 @@
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
 Version:          %{ver}
-Release:          1%{?dist}
+Release:          2%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.%{name}.org/
@@ -35,6 +35,11 @@ BuildRequires:    junit4
 
 Provides:         bcprov = %{version}-%{release}
 
+# There appears to be no junit4 package on ppc64 while there is in i686
+# and x86_64.
+# https://bugzilla.redhat.com/show_bug.cgi?id=591091
+ExcludeArch ppc64
+
 %description
 The Bouncy Castle Crypto package is a Java implementation of cryptographic
 algorithms. The package is organised so that it contains a light-weight API
@@ -198,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}/
 
 %changelog
+* Tue May 11 2010 Steve Traylen <steve.traylen at cern.ch> - 1.45-2
+- Exclude ppc64 on since no junit4 on this platform.
+  https://bugzilla.redhat.com/show_bug.cgi?id=591091
+
 * Tue May 11 2010 Steve Traylen <steve.traylen at cern.ch> - 1.45-1
 - Import Boucy Castle 1.45.
 



More information about the scm-commits mailing list