Accepting request 548065 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/548065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ws-jaxme?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-12-05 00:28:34 +00:00 committed by Git OBS Bridge
commit 73d483e353
2 changed files with 10 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<xmlcatalog>
- <dtd publicid="-//OASIS//DTD DocBook XML V4.1.2//EN" location="${docbook.home}/docbookx.dtd"/>
+ <catalogpath>
+ <pathelement location="/etc/sgml/catalog"/>
+ <pathelement location="/etc/xml/catalog"/>
+ </catalogpath>
</xmlcatalog>
</style>
@ -17,7 +17,7 @@
<xmlcatalog>
- <dtd publicid="-//OASIS//DTD DocBook XML V4.1.2//EN" location="${docbook.home}/docbookx.dtd"/>
+ <catalogpath>
+ <pathelement location="/etc/sgml/catalog"/>
+ <pathelement location="/etc/xml/catalog"/>
+ </catalogpath>
</xmlcatalog>
<factory name="org.apache.xalan.processor.TransformerFactoryImpl"/>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 4 12:03:31 UTC 2017 - thomas.schraitle@suse.com
- Fix catalog paths in ws-jaxme-catalog.patch
The DocBook XML 4.1.2 DTD cannot be retrieved from SGML catalogs
(/etc/sgml/catalog) but from XML catalogs (/etc/xml/catalog).
Corrected path from /etc/sgml/catalog to /etc/xml/catalog.
-------------------------------------------------------------------
Fri Oct 6 15:33:05 UTC 2017 - fstrba@suse.com