From 794d6c40a1c097ccc15e89d7d9ed2932b4a39300 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 3 Apr 2012 12:02:49 +0100 Subject: [PATCH] Remove bogus xen-devel dep from libvirt-devel RPM The public libvirt API does not have any application visible dependency on Xen libraries. The xen-devel dependency is thus bogus (cherry picked from commit 899bf6680a8c7c715e79ed6e80b00528eacb73cc) Signed-off-by: Cole Robinson --- libvirt.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index e7d5bd53dc..b42908334a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -578,9 +578,6 @@ Summary: Libraries, includes, etc. to compile with the libvirt library Group: Development/Libraries Requires: %{name}-client = %{version}-%{release} Requires: pkgconfig -%if %{with_xen} -Requires: xen-devel -%endif %description devel Includes and documentations for the C library providing an API to use