[eclipse-mylyn-commons/f17] Restored ExclusiveArch for RHEL

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Mar 26 19:14:58 UTC 2012


commit c3ab98bde924f0b9782da77ed6adcfe1efe4cc4a
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Mar 26 21:13:13 2012 +0200

    Restored ExclusiveArch for RHEL

 eclipse-mylyn-commons.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn-commons.spec b/eclipse-mylyn-commons.spec
index 4dd7bac..cf16865 100644
--- a/eclipse-mylyn-commons.spec
+++ b/eclipse-mylyn-commons.spec
@@ -8,11 +8,15 @@
 Name: eclipse-mylyn-commons
 Summary: Common libraries for Eclipse Mylyn
 Version: 3.7.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%else
 BuildArch: noarch
+%endif
 
 
 Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.commons.git/snapshot/R_%{tag}.tar.bz2
@@ -217,6 +221,9 @@ popd
 %doc org.eclipse.mylyn.commons-feature/license.html
 
 %changelog
+* Mon Mar 26 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.7.0-5
+- Restored ExclusiveArch for RHEL.
+
 * Mon Mar 26 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.7.0-4
 - Build all features.
 


More information about the scm-commits mailing list