Fixed bug #7419, dependancies fouled, Daniel.
diff --git a/ChangeLog b/ChangeLog
index 31d42a6..55622d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul  2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* libxml.spec.in: fixed bug #7419, dependancies fouled for libxml-devel
+
 Sun Jul  2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* HTMLparser.c: Work on character encoding support for the HTML parser
diff --git a/libxml.spec.in b/libxml.spec.in
index 129eb72..9882eb4 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -21,7 +21,7 @@
 %package devel
 Summary: Libraries, includes, etc to develop libxml applications
 Group: X11/libraries
-Requires: libxml2
+Requires: libxml2=%ver
 
 %description devel
 Libraries, include files, etc you can use to develop libxml applications.