[fedora-virt-maint] rpms/xen/devel xen.spec,1.228,1.229

Gerd Hoffmann kraxel at fedoraproject.org
Tue Feb 24 14:29:12 UTC 2009


Author: kraxel

Update of /cvs/pkgs/rpms/xen/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2951

Modified Files:
	xen.spec 
Log Message:
fix ExclusiveArch


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- xen.spec	24 Feb 2009 11:34:35 -0000	1.228
+++ xen.spec	24 Feb 2009 14:28:42 -0000	1.229
@@ -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 @@
 # 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 @@
 %{_libdir}/*.a
 
 %changelog
-* Tue Feb 24 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.3.1-4
+* Tue Feb 24 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.3.1-5
 - fix gcc44 build (broken constrain in inline asm).
+- fix ExclusiveArch
 
 * Tue Feb 3 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.3.1-3
 - backport bzImage support for dom0 builder.




More information about the Fedora-virt-maint mailing list