[tigase-xmltools/el6/master] Add ExcludeArch ppc64 to avoid 'openjdk not available on ppc64' error.

Matej Cepl mcepl at fedoraproject.org
Wed Jan 12 09:30:49 UTC 2011


commit be5e3fdfbb7903cc446a78918dd85d155cf31f4b
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Jan 12 10:30:35 2011 +0100

    Add ExcludeArch ppc64 to avoid 'openjdk not available on ppc64' error.

 tigase-xmltools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tigase-xmltools.spec b/tigase-xmltools.spec
index fa0ae8f..74588fb 100644
--- a/tigase-xmltools.spec
+++ b/tigase-xmltools.spec
@@ -1,6 +1,6 @@
 Name:           tigase-xmltools
 Version:        3.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tigase XML Tools
 
 Group:          Development/Libraries
@@ -20,6 +20,7 @@ BuildRequires:  ant ant-contrib ant-apache-regexp
 BuildRequires:  ant-nodeps
 Requires:       jpackage-utils
 Requires:       java >= 1:1.6.0
+ExcludeArch:    ppc64
 
 %description
 An XML parser dedicated for XMPP stream handling. It is a lightweight
@@ -72,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jan 12 2011 Matěj Cepl <mcepl at redhat.com> - 3.3.5-2
+- Add ExcludeArch ppc64 to avoid 'openjdk not available on ppc64' error.
+
 * Tue Oct 19 2010 Matěj Cepl <mcepl at redhat.com> - 3.3.5-1
 - New upstream release.
 


More information about the scm-commits mailing list