summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-02-18 11:56:56 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-02-18 11:56:56 +0100
commit6f69cba14ce4bbdd7a9a913a6d67ea7aab6ce9d1 (patch)
treed06854d4bc8f2746bc1bc39e19acd0a96770d866
parentc9dd7c82478dff28717899f0c28d62b601214430 (diff)
downloadtp_smapi-kmod-package-6f69cba14ce4bbdd7a9a913a6d67ea7aab6ce9d1.tar.gz
tp_smapi-kmod-package-6f69cba14ce4bbdd7a9a913a6d67ea7aab6ce9d1.tar.xz
tp_smapi-kmod-package-6f69cba14ce4bbdd7a9a913a6d67ea7aab6ce9d1.zip
use %{ix86} macro for "all 32bit x86 arches"tp_smapi-kmod-0.40-2.fc10
-rw-r--r--tp_smapi-kmod.spec9
1 files 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 <hun@n-dimensional.de> - 0.40-2
+- use %%{ix86} macro to determine "all 32bit x86 arches"
+
* Tue Feb 17 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 0.40-1
- update to tp_smapi-0.40
- add build requirement on akmods