[eclipse-mylyn-commons] Set noarch conditionally.

swagiaal swagiaal at fedoraproject.org
Fri Dec 2 21:10:21 UTC 2011


commit 0d2dc27f7463cfa5c79b7c3a719a0af0a8e72dd0
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Fri Dec 2 13:44:23 2011 -0500

    Set noarch conditionally.

 eclipse-mylyn-commons.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-mylyn-commons.spec b/eclipse-mylyn-commons.spec
index 0e6fce0..3db66af 100644
--- a/eclipse-mylyn-commons.spec
+++ b/eclipse-mylyn-commons.spec
@@ -7,13 +7,14 @@
 Name: eclipse-mylyn-commons
 Summary: Common libraries for Eclipse Mylyn
 Version: 3.6.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
-BuildArch: noarch
 %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_3_6_4.tar.bz2
@@ -117,6 +118,9 @@ popd
 %doc org.eclipse.mylyn.commons-feature/license.html
 
 %changelog
+* Fri Dec 2 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-2
+- Set noarch conditionally. 
+
 * Wed Nov 30 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-2
 - Add ExclusiveArch: %{ix86} x86_64 for RHEL.
 


More information about the scm-commits mailing list