From b6a1b373ccb78515b8f8b0b0c23a12d2a5a0fd48 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Feb 24 2009 14:28:42 +0000 Subject: fix ExclusiveArch --- diff --git a/xen.spec b/xen.spec index ac27ccb..a27d610 100644 --- a/xen.spec +++ b/xen.spec @@ -2,7 +2,7 @@ # Always set these 3 tags %define base_version 3.3.1 -%define base_release 4 +%define base_release 5 # Hypervisor ABI %define hv_abi 3.3 @@ -109,7 +109,7 @@ Requires: xen-runtime = %{version}-%{release} # installs xen. Requires: kpartx Prereq: chkconfig -ExclusiveArch: i386 i686 x86_64 ia64 +ExclusiveArch: i386 i586 i686 x86_64 ia64 %description This package contains the XenD daemon and xm command line @@ -489,8 +489,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog -* Tue Feb 24 2009 Gerd Hoffmann - 3.3.1-4 +* Tue Feb 24 2009 Gerd Hoffmann - 3.3.1-5 - fix gcc44 build (broken constrain in inline asm). +- fix ExclusiveArch * Tue Feb 3 2009 Gerd Hoffmann - 3.3.1-3 - backport bzImage support for dom0 builder.