From 02da74e2da0cd80f9789afbededd5383dbfaaf96 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 29 Aug 2008 12:56:03 +0000 Subject: [PATCH] rebuild with F9 spec file to fix some heavy-weight black magic causing failures of sgml documents --- docbook-dtds.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docbook-dtds.spec b/docbook-dtds.spec index 1a9bef1..63928d9 100644 --- a/docbook-dtds.spec +++ b/docbook-dtds.spec @@ -1,6 +1,6 @@ Name: docbook-dtds Version: 1.0 -Release: 38%{?dist} +Release: 39%{?dist} Group: Applications/Text Summary: SGML and XML document type definitions for DocBook @@ -39,8 +39,10 @@ Requires(postun): libxml2 >= 2.4.8 # later. Requires: sgml-common >= 0.6.3-4 # We provide the directory layout expected by 0.6.3-5 or later of -# xml-common. Earlier versions won't understand. -Requires: xml-common >= 0.6.3-8 +# xml-common. Earlier versions won't understand. Additionally +# require xml-common >= 0.6.3-24 to workaround issue with F9 +# install+update and empty xmlcatalog +Requires: xml-common >= 0.6.3-24 BuildRoot: %{_tmppath}/%{name}-%{version} @@ -620,8 +622,8 @@ fi # SGML one. We need to do this (*sigh*) because xmlcatalog messes up # the order of the lines, and SGML tools don't like to see XML things # they aren't expecting. -CATALOG=/etc/sgml/catalog CAT_DIR=/usr/share/sgml/docbook/ +CATALOG=/etc/sgml/catalog SGML=$(cat -n ${CATALOG} | grep sgml-docbook | head -1 | (read n line;echo $n)) XML=$(cat -n ${CATALOG} | grep xml-docbook | head -1 | (read n line; echo $n)) # Do they need switching around? @@ -1483,9 +1485,13 @@ then fi %changelog +* Fri Aug 29 2008 Ondrej Vasik - 1.0-39 +- rebuild with F9 spec file to fix some heavy-weight black + magic causing failures of sgml documents + * Fri Jul 11 2008 Ondrej Vasik - 1.0-38 - fixed typo in post scriptlet(causing mishandling of DocBook - 4.4 and 4.5 DTDs)-#453513 + 4.4 and 4.5 DTDs,#453513) * Wed Jul 09 2008 Ondrej Vasik - 1.0-37 - use full paths in xmlcatalog registration