[eclipse-mylyn-commons/f16] Add ExclusiveArch: %{ix86} x86_64 for RHEL.

swagiaal swagiaal at fedoraproject.org
Wed Nov 30 16:04:22 UTC 2011


commit c3f0e4714557ef625086c44841f1ade4b21dd2a3
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Wed Nov 30 10:25:22 2011 -0500

    Add ExclusiveArch: %{ix86} x86_64 for RHEL.

 eclipse-mylyn-commons.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn-commons.spec b/eclipse-mylyn-commons.spec
index d7d835b..0e6fce0 100644
--- a/eclipse-mylyn-commons.spec
+++ b/eclipse-mylyn-commons.spec
@@ -7,10 +7,15 @@
 Name: eclipse-mylyn-commons
 Summary: Common libraries for Eclipse Mylyn
 Version: 3.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
+BuildArch: noarch
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.commons.git/snapshot/R_3_6_4.tar.bz2
 
 # Would require axis2+OSGi info. Remove once
@@ -112,6 +117,9 @@ popd
 %doc org.eclipse.mylyn.commons-feature/license.html
 
 %changelog
+* Wed Nov 30 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-2
+- Add ExclusiveArch: %{ix86} x86_64 for RHEL.
+
 * Mon Nov 28 2011 Andrew Robinson <arobinso at redhat.com> 3.6.4-1
 - Update to upstream 3.6.4 release.
 


More information about the scm-commits mailing list