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

Matej Cepl mcepl at fedoraproject.org
Wed Jan 12 09:32:44 UTC 2011


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

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

 tigase-utils.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tigase-utils.spec b/tigase-utils.spec
index 50d9ab0..8de1dac 100644
--- a/tigase-utils.spec
+++ b/tigase-utils.spec
@@ -1,6 +1,6 @@
 Name:           tigase-utils
 Version:        3.3.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tigase Utils
 
 Group:          Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:  tigase-xmltools xml-commons-apis
 BuildRequires:  ant-nodeps
 Requires:       jpackage-utils
 Requires:       java >= 1.6.0
+ExcludeArch:    ppc64
 
 %description
 All utility code used in other Tigase projects.
@@ -70,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jan 12 2011 Matěj Cepl <mcepl at redhat.com> - 3.3.10-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.10-1
 - New upstream release.
 


More information about the scm-commits mailing list