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

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


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

    Add ExclusiveArch: %{ix86} x86_64 for RHEL.

 eclipse-mylyn-tasks.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn-tasks.spec b/eclipse-mylyn-tasks.spec
index e1fcfbf..dc0b74f 100644
--- a/eclipse-mylyn-tasks.spec
+++ b/eclipse-mylyn-tasks.spec
@@ -7,10 +7,15 @@
 Name: eclipse-mylyn-tasks
 Summary: Mylyn Bugzilla/Trac Tasks Connectors
 Version: 3.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn/tasks
 
+BuildArch: noarch
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 # bash fetch-eclipse-mylyn-tasks.sh
 Source0: eclipse-mylyn-tasks-R_3_6_4-fetched-src.tar.bz2
 Source1: fetch-eclipse-mylyn-tasks.sh
@@ -164,6 +169,9 @@ popd
 
 
 %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