diff --git a/rpm-suse_macros b/rpm-suse_macros index 8ab9cdd..cb9a461 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -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 %{**} \ diff --git a/rpm.changes b/rpm.changes index e1c84e7..3d847c1 100644 --- a/rpm.changes +++ b/rpm.changes @@ -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