diff --git a/maven-scm.spec b/maven-scm.spec index ef6034f..54da33a 100644 --- a/maven-scm.spec +++ b/maven-scm.spec @@ -36,7 +36,7 @@ Name: maven-scm Version: 1.0 -Release: 0.1.b3.2jpp.1%{?dist} +Release: 0.1.b3.2jpp.2%{?dist} Epoch: 0 Summary: Common API for doing SCM operations License: Apache Software License @@ -56,7 +56,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{gcj_support} BuildArch: noarch +%else +ExcludeArch: ppc64 %endif + BuildRequires: jpackage-utils >= 0:1.6 BuildRequires: maven2 >= 2.0.4-6 BuildRequires: maven2-plugin-compiler @@ -286,6 +289,9 @@ fi %{_javadocdir}/* %changelog +* Fri Sep 21 2007 Deepak Bhole 0:1.0-0.1.b3.2jpp.2 +- Rebuild with excludearch for ppc64 + * Tue Feb 27 2007 Tania Bento 0:1.0-0.1.b3.2jpp.1 - Fixed %%Release. - Fixed %%BuildRoot.