[eclipse-valgrind] Add ExclusiveArch: %{ix86} x86_64. for rhel 7.

swagiaal swagiaal at fedoraproject.org
Tue Nov 29 21:49:19 UTC 2011


commit 1a24caebedccafb084fe04ff81b0715ca48a52ed
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Tue Nov 29 14:42:04 2011 -0500

    Add ExclusiveArch: %{ix86} x86_64. for rhel 7.

 eclipse-valgrind.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-valgrind.spec b/eclipse-valgrind.spec
index 4d6318f..fc9dfa8 100644
--- a/eclipse-valgrind.spec
+++ b/eclipse-valgrind.spec
@@ -2,6 +2,10 @@
 %define install_loc    %{_libdir}/eclipse/dropins/valgrind
 %define qualifier      201106060936
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
@@ -60,6 +64,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.linuxtools.valgrind/epl-v10.html
 
 %changelog
+* Tue Nov 29 2011 Sami Wagiaalla <swagiaal at redhat.com> 0.7.0-1
+- Add ExclusiveArch: %{ix86} x86_64. for rhel 7.
+
 * Thu Jul 14 2011 Andrew Overholt <overholt at redhat.com> 0.7.0-1
 - Linux Tools 0.8.0 (Valgrind feature 0.7.0) release.
 


More information about the scm-commits mailing list