[pki-symkey/el6/master] no java on ppc arches

Dennis Gilmore ausil at fedoraproject.org
Tue Jan 4 20:43:21 UTC 2011


commit a7b20ad8db3c68b7204143857c33018e503bfa63
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jan 4 14:42:45 2011 -0600

    no java on ppc arches

 pki-symkey.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/pki-symkey.spec b/pki-symkey.spec
index 11ab9b3..d9ef589 100644
--- a/pki-symkey.spec
+++ b/pki-symkey.spec
@@ -1,6 +1,6 @@
 Name:           pki-symkey
 Version:        1.3.2
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        Symmetric Key JNI Package
 URL:            http://pki.fedoraproject.org/
 License:        GPLv2
@@ -27,6 +27,11 @@ Obsoletes:      symkey < %{version}-%{release}
 
 Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
 
+%if 0%{?rhel}
+ #rhel has no java on ppc
+ExcludeArch:    ppc ppc64
+ %endif
+
 %description
 The Symmetric Key Java Native Interface (JNI) package supplies various native
 symmetric key operations to Java programs.
@@ -73,6 +78,9 @@ rm -rf %{buildroot}
 %{_libdir}/symkey/
 
 %changelog
+* Tue Jan 04 2011 Dennis Gilmore <dennis at ausil.us> - 1.3.2-3.1
+- no java on rhel6 ppc
+
 * Fri Jan 29 2010 Matthew Harmsen <mharmsen at redhat.com> 1.3.2-3
 - Applied %%{?_smp_mflags} option to 'make'
 


More information about the scm-commits mailing list