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:
commit
2da7994ccb
@ -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";
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user