Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: [RFC 3/3] xen.rpm patches: msg#00022
|
Subject: |
Re: [RFC 3/3] xen.rpm patches |
Here is the updated patch against xen-3.0.2-9.src.rpm. Could this be
applied at this point?
Signed-off-by: Aron Griffis <aron@xxxxxx>
xen.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff -r e99d0fc56705 -r ca34d01a0d0b SPECS/xen.spec
--- a/SPECS/xen.spec Thu Jul 06 16:22:00 2006 -0400
+++ b/SPECS/xen.spec Thu Jul 06 16:22:27 2006 -0400
@@ -27,20 +27,22 @@ BuildRequires: transfig libidn-devel zli
BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel
BuildRequires: libX11-devel python-devel ghostscript tetex-latex
BuildRequires: ncurses-devel
+%ifarch i386 x86_64
# for the VMX "bios"
BuildRequires: dev86
+# so that x86_64 builds pick up glibc32 correctly
+BuildRequires: /usr/include/gnu/stubs-32.h
+%endif
# for the docs
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
Requires: libvirt-python
Prereq: chkconfig
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i386 x86_64 ia64
%description
This package contains the Xen hypervisor and Xen tools, needed to
@@ -152,9 +154,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}
%{_libdir}/lib*
%{_mandir}/man?/*.?.gz
-%dir /usr/lib/xen
-%dir /usr/lib/xen/boot
+%ifarch i386 x86_64
/usr/lib/xen/boot/hvmloader
+%endif
%dir %{_datadir}/%{name}/qemu
%{_datadir}/%{name}/qemu/keymaps/*
%dir %{_localstatedir}/lib/%{name}
|
| |