Egbert Eich changed bug 1074245
What Removed Added
CC   eich@suse.com, jengelh@inai.de, tchvatal@suse.com, werner@suse.com

Comment # 1 on bug 1074245 from
Background:
In the %posttrans macro in the spec file of ghostscript-fonts-other there
appears the '-n ghostscript-fonts-std' argument to the
%reconfigure_fonts_postun macro:
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
 %reconfigure_fonts_postun -n ghostscript-fonts-std
 %else
 [..]

This macro however doesn't have a -n argument (in fact, it has no arguments at
all) - See
https://build.opensuse.org/package/view_file/M17N:fonts/fontpackages/rpm-macros.fonts-config?expand=1
:
 %reconfigure_fonts_posttrans \
   if [ -e %{__fontsconfigrunflag} ]; then \
     %reconfigure_fonts \
 [..]
Thus, anything after the macro invocation is simply added after the macro.


You are receiving this mail because: