Bug ID 1083349
Summary Remove cjk/cid scriptlet snippets from fontpackages-devel rpm macros
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter stefan.bruens@rwth-aachen.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The various %post... macros may try to do some additional CID/CJK setup:

%reconfigure_fonts_cjk \
  if test -x /usr/sbin/acroread-cidfont-config ; then \
     /usr/sbin/acroread-cidfont-config \
  fi \
  if test -x /usr/sbin/ghostscript-cjk-config ; then \
      /usr/sbin/ghostscript-cjk-config \
  fi \
  %nil

This has only any effect if the ghostscript-cjk package is installed (provides
/usr/sbin/acroread-cidfont-config and /usr/sbin/ghostscript-cjk-config), which
is typically not installed.

These scripts are outdated and broken anyway (referencing/requiring nonexisting
directories), thus I have created a Delete SR
(https://build.opensuse.org/request/show/581028 ).


You are receiving this mail because: