[i7z] set ExclusiveArch

Dan Horák sharkcz at fedoraproject.org
Mon Sep 10 06:34:30 UTC 2012


commit 1395bbff5083b5efae89b11a8b1342822d4174fc
Author: Dan Horák <dan at danny.cz>
Date:   Mon Sep 10 08:34:25 2012 +0200

    set ExclusiveArch

 i7z.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/i7z.spec b/i7z.spec
index 93c9775..7b3efb8 100644
--- a/i7z.spec
+++ b/i7z.spec
@@ -1,6 +1,6 @@
 Name:           i7z
 Version:        0.27.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        CLI curses based monitoring tool for Intel Core i7 processors
 Summary(fr):    Outil de surveillance en CLI pour processeurs Intel Core i7
 
@@ -8,6 +8,8 @@ License:        GPLv2
 URL:            http://code.google.com/p/i7z/
 Source0:        http://i7z.googlecode.com/files/i7z-%{version}.tar.gz
 
+ExclusiveArch:  %{ix86} x86_64
+
 BuildRequires:  qconf
 BuildRequires:  ncurses-devel
 #Requires:       
@@ -39,5 +41,8 @@ install -Dpm 755 %{name} %{buildroot}%{_sbindir}/%{name}
 
 
 %changelog
+* Mon Sep 10 2012 Dan Horák <dan[at]danny.cz> - 0.27.1-2
+- set ExclusiveArch
+
 * Tue Jul 17 2012 Matthieu Saulnier <fantom at fedoraproject.org> - 0.27.1-1
 - Initial Release


More information about the scm-commits mailing list