[eclipse-dtp] Fix ExclusiveArch/noarch.

Andrew Overholt overholt at fedoraproject.org
Fri Dec 2 23:32:27 UTC 2011


commit 697ea82e37158bfbfddf2ec096c3c62fcc54baa9
Author: Andrew Overholt <overholt at redhat.com>
Date:   Fri Dec 2 18:32:10 2011 -0500

    Fix ExclusiveArch/noarch.

 eclipse-dtp.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-dtp.spec b/eclipse-dtp.spec
index daeb26e..fba408a 100644
--- a/eclipse-dtp.spec
+++ b/eclipse-dtp.spec
@@ -14,7 +14,7 @@
 
 Name:      eclipse-dtp
 Version:   1.9.1
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Eclipse Data Tools Platform
 Group:     System Environment/Libraries
 License:   EPL
@@ -56,8 +56,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
-%endif 
+%else
 BuildArch:        noarch
+%endif 
 
 # FIXME:
 # This should be java-devle >= 1:1.7.0 but at the moment OpenJDK's 1.7 RPMs
@@ -195,7 +196,10 @@ rm -rf %{buildroot}
 %doc org.eclipse.datatools.build-%{tag}/features/org.eclipse.datatools.sdk-all.feature/rootfiles/*
 
 %changelog
-* Fri Dec 2 2011 Andrew Overholt <overholt at redhat.com> 1.9.1-1
+* Fri Dec 2 2011 Andrew Overholt <overholt at redhat.com> 1.9.1-3
+- Fix ExclusiveArch/noarch.
+
+* Fri Dec 2 2011 Andrew Overholt <overholt at redhat.com> 1.9.1-2
 - Update patch to build against Java 7 SQL interfaces.
 - Bump Java build and runtime requirements accordingly.
 


More information about the scm-commits mailing list