From e497225b494a1a3e7bb57527c2ba32b4f262734e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 29 Dec 2015 21:18:21 +0100 Subject: [PATCH] - added x32 to archs; removed ia64 (following upstream spec) --- biosdevname.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biosdevname.spec b/biosdevname.spec index add6191..d2ac144 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -14,9 +14,9 @@ BuildRequires: pciutils-devel BuildRequires: zlib-devel Requires: udev-core # SMBIOS only exists on these arches. It's also likely that other -# arches don't expect the PCI bus to be sorted breadth-first, or of +# arches don't expect the PCI bus to be sorted breadth-first, or if # so, there haven't been any comments about that on LKML. -ExclusiveArch: %{ix86} %{x8664} ia64 +ExclusiveArch: %{ix86} %{x8664} x32 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.43.0