Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2012-09-20 16:00:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes        
2012-08-31 09:26:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2012-09-20 16:00:23.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 17 08:44:38 UTC 2012 - co...@suse.com
+
+- the script requires checkproc and killproc, otherwise it will start
+  a xfs in buildroot (oops)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.Fb49Gp/_old  2012-09-20 16:00:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Fb49Gp/_new  2012-09-20 16:00:25.000000000 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  fontconfig
 BuildRequires:  fontpackages-devel
 Requires(pre):  %fillup_prereq
+Requires(pre):  sysvinit-tools
 Requires:       fontconfig >= 2.3.93.20060103
 Requires:       perl(English)
 Recommends:     ft2demos

++++++ fonts-config ++++++
--- /var/tmp/diff_new_pack.Fb49Gp/_old  2012-09-20 16:00:25.000000000 +0200
+++ /var/tmp/diff_new_pack.Fb49Gp/_new  2012-09-20 16:00:25.000000000 +0200
@@ -573,6 +573,11 @@
   }
 }
 
+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";




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to