From 9ebfca585cb3d413f23af44984e47131a5347261 Mon Sep 17 00:00:00 2001 From: Doug Chapman Date: Mar 14 2008 19:05:33 +0000 Subject: Do not package vpddecode, ownership and biosdecode on ia64 since those are x86 only --- diff --git a/dmidecode.spec b/dmidecode.spec index 7d3e08e..dc1f76b 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,7 +1,7 @@ Summary: Tool to analyse BIOS DMI data. Name: dmidecode Version: 2.9 -Release: %(R="$Revision: 1.27 $"; RR="${R##: }"; echo ${RR%%?}).1%{?dist} +Release: %(R="$Revision: 1.28 $"; RR="${R##: }"; echo ${RR%%?}).1%{?dist} Epoch: 1 Group: System Environment/Base License: GPL @@ -40,9 +40,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc AUTHORS CHANGELOG LICENSE README %{_sbindir}/dmidecode +%ifnarch ia64 %{_sbindir}/vpddecode %{_sbindir}/ownership %{_sbindir}/biosdecode +%endif %{_mandir}/man8/* %changelog