rpms/xen/FC-5 xen.spec,1.112,1.113

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 20 22:32:14 UTC 2006


Author: sct

Update of /cvs/dist/rpms/xen/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv12710

Modified Files:
	xen.spec 
Log Message:
Add BuildRequires: for gnu/stubs-32.h so that x86_64 builds pick up
glibc32 correctly



Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-5/xen.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- xen.spec	20 Jun 2006 22:07:17 -0000	1.112
+++ xen.spec	20 Jun 2006 22:32:11 -0000	1.113
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 1.FC5
+Release: 2.FC5
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -33,6 +33,8 @@
 BuildRequires: perl 
 # so that the makefile knows to install udev rules
 BuildRequires: udev 
+# so that x86_64 builds pick up glibc32 correctly
+BuildRequires: /usr/include/gnu/stubs-32.h
 Requires: bridge-utils
 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires: udev >= 059
@@ -162,7 +164,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
-* Tue Jun 20 2006 Stephen C. Tweedie <sct at redhat.com> - 3.0.2-1.FC5
+* Tue Jun 20 2006 Stephen C. Tweedie <sct at redhat.com> - 3.0.2-2.FC5
+- Add BuildRequires: for gnu/stubs-32.h so that x86_64 builds pick up
+  glibc32 correctly
 - Update to xen-unstable cset 10278 (from rawhide) to enable kernel rebase
 
 * Mon May 22 2006 Jeremy Katz <katzj at redhat.com> - 3.0.2-0.FC5.3




More information about the fedora-cvs-commits mailing list