Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory checked 
in at 2017-07-02 13:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psmisc (Old)
 and      /work/SRC/openSUSE:Factory/.psmisc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psmisc"

Sun Jul  2 13:37:25 2017 rev:62 rq:506747 version:23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes    2017-06-24 
08:34:11.090674947 +0200
+++ /work/SRC/openSUSE:Factory/.psmisc.new/psmisc.changes       2017-07-02 
13:37:28.497011877 +0200
@@ -1,0 +2,6 @@
+Wed Jun 28 10:00:16 UTC 2017 - wer...@suse.de
+
+- Add patch psmisc-23.0-killall.patch to remove left over debug
+  output in killall utility (boo#1046237) 
+
+-------------------------------------------------------------------

New:
----
  psmisc-23.0-killall.patch

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

Other differences:
------------------
++++++ psmisc.spec ++++++
--- /var/tmp/diff_new_pack.LHAng8/_old  2017-07-02 13:37:29.016938560 +0200
+++ /var/tmp/diff_new_pack.LHAng8/_new  2017-07-02 13:37:29.016938560 +0200
@@ -39,6 +39,8 @@
 Patch4:         %{name}-22.21-mntpt.patch
 # PATCH-ADD-SUSE use string comparision only for nfs shares
 Patch5:         %{name}-22.21-lessnfs.patch
+# PATCH-FIX_UPSTREAM boo#1046237 -- Debug output in killall from psmisc package
+Patch6:         %{name}-%{version}-killall.patch
 
 %define have_peekfd %ix86 x86_64 ppc ppc64 ppc64le %arm mipsel m68k
 
@@ -58,6 +60,7 @@
 %patch2 -p0 -b .pstree
 %patch4 -p0 -b .mntpt
 %patch5 -p0 -b .lessnfs
+%patch6 -p0 -b .ka
 %patch0 -p0 -b .0
 
 %build

++++++ psmisc-23.0-killall.patch ++++++
---
 src/killall.c |    1 -
 1 file changed, 1 deletion(-)

--- src/killall.c
+++ src/killall.c       2017-06-28 09:56:38.126984904 +0000
@@ -972,7 +972,6 @@ main (int argc, char **argv)
     exit (1);
   }
   argv = argv + myoptind;
-  printf("sending signal %d to procs\n", sig_num);
 #ifdef WITH_SELINUX
   return kill_all(sig_num,argc - myoptind, argv, pwent, 
                                scontext ? &scontext_reg : NULL);

Reply via email to