From 1c5afbb7743828d3a4120f5a3c7dae674f759897 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Nov 06 2006 16:33:32 +0000 Subject: Fix a few issues with the spec file including #202320, Daniel --- diff --git a/libvirt.spec b/libvirt.spec index 46c00e9..45139d3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -3,7 +3,7 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt Version: 0.1.8 -Release: 1 +Release: 2%{?dist} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -30,6 +30,8 @@ and the virsh command line tool to control virtual domains. Summary: Libraries, includes, etc. to compile with the libvirt library Group: Development/Libraries Requires: libvirt = %{version} +Requires: xen-devel +Requires: pgkconfig Obsoletes: libvir-devel %description devel @@ -111,6 +113,10 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Mon Nov 6 2006 Daniel Veillard 0.1.8-2 +- fixing spec file, added %dist, -devel requires pkgconfig and xen-devel +- Resolves: rhbz#202320 + * Mon Oct 16 2006 Daniel Veillard 0.1.8-1 - fix missing page size detection code for ia64 - fix mlock size when getting domain info list from hypervisor