rpms/xen/devel xen.spec,1.206,1.207

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Sat Feb 2 22:38:53 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/xen/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23678

Modified Files:
	xen.spec 
Log Message:
Remove texlive hack which didn't work. Add pciutils dep


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- xen.spec	2 Feb 2008 21:29:25 -0000	1.206
+++ xen.spec	2 Feb 2008 22:38:15 -0000	1.207
@@ -92,6 +92,8 @@
 BuildRequires: gettext
 BuildRequires: gnutls-devel
 BuildRequires: openssl-devel
+# For ioemu PCI passthrough
+BuildRequires: pciutils-devel
 Requires: bridge-utils
 Requires: udev >= 059
 Requires: xen-runtime = %{version}-%{release}
@@ -168,9 +170,6 @@
 %patch103 -p1
 
 %build
-# Temporary hack to due texlive brokenness - see rhbz #431327
-/usr/bin/texconfig-sys rehash 
-
 %if %{hv_build}
 CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} tools docs xen
 %else




More information about the fedora-extras-commits mailing list