From 67bc2a078ab1feb5abc4a6295d1666266dae2638 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 26 Jul 2007 13:11:12 +0000 Subject: [PATCH] Bug 238788, Daniel --- libxml2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 00257ef..e01b991 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -26,7 +26,7 @@ URI library. %package devel Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries -Requires: libxml2 = %{version} +Requires: libxml2 = %{version}-%{release} Requires: zlib-devel Requires: pkgconfig @@ -45,7 +45,7 @@ URI library. %package python Summary: Python bindings for the libxml2 library Group: Development/Libraries -Requires: libxml2 = %{version} +Requires: libxml2 = %{version}-%{release} %description python The libxml2-python package contains a module that permits applications