From 6f69cba14ce4bbdd7a9a913a6d67ea7aab6ce9d1 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 18 Feb 2009 11:56:56 +0100 Subject: use %{ix86} macro for "all 32bit x86 arches" --- tp_smapi-kmod.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tp_smapi-kmod.spec b/tp_smapi-kmod.spec index 7850cb7..0c87c6b 100644 --- a/tp_smapi-kmod.spec +++ b/tp_smapi-kmod.spec @@ -4,7 +4,7 @@ Name: tp_smapi-kmod Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ThinkPad System Management API - kernel driver Group: System Environment/Kernel @@ -14,8 +14,8 @@ Source0: http://prdownloads.sourceforge.net/tpctl/tp_smapi-%{version}.tgz Source11: tp_smapi-kmodtool-excludekernel-filterfile BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# There are no other ThinkPads -ExclusiveArch: i586 i686 x86_64 +# There are no ThinkPads with architectures other than IA32 or x86_64 +ExclusiveArch: %{ix86} x86_64 # The debuginfo package would be empty anyway, so skip it. #define debug_package %{nil} @@ -95,6 +95,9 @@ done %changelog +* Wed Feb 18 2009 Hans Ulrich Niedermann - 0.40-2 +- use %%{ix86} macro to determine "all 32bit x86 arches" + * Tue Feb 17 2009 Hans Ulrich Niedermann - 0.40-1 - update to tp_smapi-0.40 - add build requirement on akmods -- cgit