diff --git a/xhtml1-dtds.spec b/xhtml1-dtds.spec
index 030f92f..15a85ac 100644
--- a/xhtml1-dtds.spec
+++ b/xhtml1-dtds.spec
@@ -1,6 +1,6 @@
Name: xhtml1-dtds
Version: 1.0
-Release: 6
+Release: 7
Group: Applications/Text
Summary: XML document type definition for XHTML 1.0
@@ -12,6 +12,7 @@ PreReq: fileutils
PreReq: libxml2 >= 2.4.8
# xml-common for /etc/xml
PreReq: xml-common
+BuildRequires: libxml2 >= 2.4.8
BuildRoot: %{_tmppath}/%{name}-%{version}
@@ -30,7 +31,7 @@ the foundation for future extensibility of XHTML.
%setup -c -T
tar xvzf %{SOURCE0}
if [ `id -u` -eq 0 ]; then
- chown -R root.root .
+ chown -R root:root .
chmod -R a+rX,g-w,o-w .
fi
@@ -122,6 +123,12 @@ if [ "$1" = 0 ]; then
fi
%changelog
+* Wed Jun 2 2004 Daniel Veillard 1.0-7
+- add BuildRequires: libxml2, fixes 125030
+
+* Mon Feb 23 2004 Tim Waugh
+- Use ':' instead of '.' as separator for chown.
+
* Fri Feb 13 2004 Elliot Lee
- rebuilt