Accepting request 134645 from M17N

- the script requires checkproc and killproc, otherwise it will start
  a xfs in buildroot (oops) (forwarded request 134635 from coolo)

OBS-URL: https://build.opensuse.org/request/show/134645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2012-09-20 14:00:12 +00:00 committed by Git OBS Bridge
commit 2da7994ccb
3 changed files with 12 additions and 0 deletions

View File

@ -573,6 +573,11 @@ if ($xset_bin) {
}
}
if (!$checkproc_bin || !$killproc_bin) {
print "This script needs checkproc and killproc installed to function\n";
exit 1;
}
if ($xfs_bin && my_system ("$checkproc_bin $xfs_bin") == 0) {
if ($VERBOSITY >= $VERBOSITY_DEBUG) {
print "Reloading config file of X Font Server ...\n";

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 17 08:44:38 UTC 2012 - coolo@suse.com
- the script requires checkproc and killproc, otherwise it will start
a xfs in buildroot (oops)
-------------------------------------------------------------------
Tue Aug 28 14:18:59 UTC 2012 - pgajdos@suse.com

View File

@ -32,6 +32,7 @@ Source8: suse-font-dirs.conf.template
BuildRequires: fontconfig
BuildRequires: fontpackages-devel
Requires(pre): %fillup_prereq
Requires(pre): sysvinit-tools
Requires: fontconfig >= 2.3.93.20060103
Requires: perl(English)
Recommends: ft2demos