[eclipse-rpm-editor/f16] Add ExclusiveArch only for RHEL.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Nov 28 11:14:54 UTC 2011


commit 7df8b0f56ffaf069689f7cb8983d1f6935f5e971
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Mon Nov 28 13:13:44 2011 +0200

    Add ExclusiveArch only for RHEL.

 eclipse-rpm-editor.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-rpm-editor.spec b/eclipse-rpm-editor.spec
index d9fbfe6..869d423 100644
--- a/eclipse-rpm-editor.spec
+++ b/eclipse-rpm-editor.spec
@@ -4,7 +4,7 @@
 
 Name:           eclipse-rpm-editor
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
@@ -19,9 +19,9 @@ Requires: eclipse-changelog >= 2.5.1
 Requires: rpmlint >= 0.81
 Requires: rpmdevtools
 
-# These plugins are really noarch but the changelog plugin need cdt which
-# we only build on these architectures.
-ExclusiveArch: %{ix86} x86_64 ppc ia64
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
 %global debug_package %{nil}
 
 %description
@@ -50,6 +50,9 @@ unzip -q -d $installDir \
 %{install_loc}/rpm-editor
 
 %changelog
+* Mon Nov 28 2011 Alexander Kurtakov <akurtako at redhat.com> 0.9.0-2
+- Add ExclusiveArch only for RHEL.
+
 * Mon Nov 14 2011 Alexander Kurtakov <akurtako at redhat.com> 0.9.0-1
 - Linux Tools 0.9 release.
 


More information about the scm-commits mailing list