Accepting request 130395 from home:pgajdos

- remove %run_suseconfig_fonts macro (openFATE#313536); new macros
  using fonts-config directly exist in M17N:fonts/fontpackages

OBS-URL: https://build.opensuse.org/request/show/130395
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=212
This commit is contained in:
Ismail Dönmez 2012-08-27 14:54:13 +00:00 committed by Git OBS Bridge
parent 3cde6479a6
commit 2995f03e34
2 changed files with 6 additions and 16 deletions

View File

@ -87,22 +87,6 @@
fi \
%nil
# macro: run_suseconfig_fonts
# call SuSEconfig modules necessary for font setup
# options:
# -c (the fonts are CJK fonts, also do setup which is only needed
# for CJK)
%run_suseconfig_fonts(c) \
if test -z "$YAST_IS_RUNNING" ; then \
if test -x /sbin/conf.d/SuSEconfig.fonts ; then \
%run_suseconfig -m fonts \
fi \
%{-c:if test -x /sbin/conf.d/SuSEconfig.ghostscript-cjk ; then \
%run_suseconfig -m ghostscript-cjk \
fi} \
fi \
%nil
%set_permissions(f:) \
if [ -x /usr/bin/chkstat ]; then \
/usr/bin/chkstat -n --set --system %{**} \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 8 10:59:14 UTC 2012 - pgajdos@suse.com
- remove %run_suseconfig_fonts macro (openFATE#313536); new macros
using fonts-config directly exist in M17N:fonts/fontpackages
-------------------------------------------------------------------
Thu Jul 19 08:52:02 UTC 2012 - coolo@suse.com