[osutil/el6/master] no java on ppc64 on rhel6

Dennis Gilmore ausil at fedoraproject.org
Tue Jan 4 20:39:01 UTC 2011


commit 3752b9e8edc314d0a155004693f55775d59cfdce
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jan 4 14:38:44 2011 -0600

    no java on ppc64 on rhel6

 osutil.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/osutil.spec b/osutil.spec
index fdc124f..112dfd7 100644
--- a/osutil.spec
+++ b/osutil.spec
@@ -1,6 +1,6 @@
 Name:           osutil
 Version:        1.3.1
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        Operating System Utilities JNI Package
 URL:            http://pki.fedoraproject.org/
 License:        GPLv2
@@ -23,7 +23,7 @@ Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{versi
 
 %if 0%{?rhel}
 #rhel has no java on ppc
-ExcludeArch:    ppc
+ExcludeArch:    ppc ppc64
 %endif
 
 
@@ -73,6 +73,9 @@ rm -rf %{buildroot}
 %{_libdir}/%{name}/
 
 %changelog
+* Tue Jan 04 2011 Dennis Gilmore <dennis at ausil.us> 1.3.1-3.1
+- no java on ppc64 on rhel6
+
 * Mon Feb 01 2010 Kevin Wright <kwright at redhat.com> 1.3.1-3
 - no java on rhel ppc
 


More information about the scm-commits mailing list