From 68efefa919451819304fa2ec5181c9800e31c830 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Nov 07 2006 13:16:46 +0000 Subject: Stupid typo, Daniel --- diff --git a/libvirt.spec b/libvirt.spec index 45139d3..913ade9 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: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -31,7 +31,7 @@ Summary: Libraries, includes, etc. to compile with the libvirt library Group: Development/Libraries Requires: libvirt = %{version} Requires: xen-devel -Requires: pgkconfig +Requires: pkgconfig Obsoletes: libvir-devel %description devel @@ -113,6 +113,9 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Tue Nov 7 2006 Daniel Veillard 0.1.8-3 +- it's pkgconfig not pgkconfig ! + * Mon Nov 6 2006 Daniel Veillard 0.1.8-2 - fixing spec file, added %dist, -devel requires pkgconfig and xen-devel - Resolves: rhbz#202320