From 5fe50e8f39f2c6dee00baa9f0c8593816c5c566b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:48:53 +0000 Subject: [PATCH] auto-import changelog data from xhtml1-dtds-1.0-7.src.rpm Wed Jun 02 2004 Daniel Veillard 1.0-7 - add BuildRequires: libxml2, fixes 125030 Mon Feb 23 2004 Tim Waugh - Use ':' instead of '.' as separator for chown. --- xhtml1-dtds.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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