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