- fonts-config is --quiet in every call

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=23
This commit is contained in:
Petr Gajdos 2014-01-22 14:20:27 +00:00 committed by Git OBS Bridge
parent babb1c25be
commit 5e6450f644
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 14:18:02 UTC 2014 - pgajdos@suse.com
- fonts-config is --quiet in every call
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 15 11:16:42 UTC 2013 - pgajdos@suse.com Tue Oct 15 11:16:42 UTC 2013 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package fontpackages # spec file for package fontpackages
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -77,7 +77,7 @@ Requires(pre): perl aaa_base \
%reconfigure_fonts \ %reconfigure_fonts \
if test -x /usr/sbin/fonts-config ; then \ if test -x /usr/sbin/fonts-config ; then \
LC_ALL=POSIX \ LC_ALL=POSIX \
/usr/sbin/fonts-config --verbose \ /usr/sbin/fonts-config --quiet \
fi \ fi \
%nil %nil