Overview
Request 546051 accepted
- Fix XML catalog problems (missing or mistyped identifiers)
- Fix version 4.1.2 link in SGML (yes!) directory
- Add missing docbook-xml-4.1.2-catalog.xml
-
- Spec file changes:
* Adapted patches (only directory)
* Used spec-cleaner
* Removed obsolete stuff
* Installed files through Makefile
* Used/require sgml-skel >= 0.7
* Used update-xml-catalog
- Deal with FIXME
- Created by thomas-schraitle
- In state accepted
- Supersedes 545060
+# FIXME: use proper Requires(pre/post/preun/...) +PreReq: %{_bindir}/xmlcatalog +PreReq: %{regcat} +PreReq: awk +PreReq: grep +PreReq: sed +PreReq: sgml-skel
Fix those please? @thomas-schraitle
Request History
thomas-schraitle created request
- Fix XML catalog problems (missing or mistyped identifiers)
- Fix version 4.1.2 link in SGML (yes!) directory
- Add missing docbook-xml-4.1.2-catalog.xml
-
- Spec file changes:
* Adapted patches (only directory)
* Used spec-cleaner
* Removed obsolete stuff
* Installed files through Makefile
* Used/require sgml-skel >= 0.7
* Used update-xml-catalog
- Deal with FIXME
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
Output of check script (non-fatal):
Unknown license 'BSD-3-Clause and MIT'
licensedigger accepted review
ok
staging-bot set openSUSE:Factory:Staging:J as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:J"
staging-bot accepted review
Picked openSUSE:Factory:Staging:J
maxlin_factory set openSUSE:Factory:Staging:N as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:N"
maxlin_factory accepted review
Moved to openSUSE:Factory:Staging:N
dimstar accepted review
repo-checker accepted review
cycle and install check passed
dimstar_suse accepted review
ready to accept
dimstar_suse approved review
ready to accept
dimstar_suse accepted request
Accept to openSUSE:Factory
ws-jasxme build failure seems to be related to this package chage
The xml it tries to process contains:
!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
and apparently this dtd is no longer in the 'local' catalog, and it tries to download the dtd over the internet now (failing, as OBS workers have no network connection)
I tried to fix the ws-jasxme package in sr#548040.
Thnks for spotting that!