[procps/f17] #847005 - procps states a bug is hit when receiving a signal

Jaromír Cápík jcapik at fedoraproject.org
Fri Dec 14 13:38:11 UTC 2012


commit 871e5cfffd1cef6d36cc84ad33c09c986bc342ec
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri Dec 14 14:38:02 2012 +0100

    #847005 - procps states a bug is hit when receiving a signal

 procps-3.2.7-no-bug-on-sig.patch |   13 +++++++++++++
 procps.spec                      |    9 +++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/procps-3.2.7-no-bug-on-sig.patch b/procps-3.2.7-no-bug-on-sig.patch
new file mode 100644
index 0000000..7df724e
--- /dev/null
+++ b/procps-3.2.7-no-bug-on-sig.patch
@@ -0,0 +1,13 @@
+--- procps-3.2.7/ps/display.c	2005-01-06 05:14:37.000000000 +0530
++++ /tmp/procps-3.2.7/ps/display.c	2008-04-08 17:19:20.000000000 +0530
+@@ -45,8 +45,8 @@
+   /* fprintf() is not reentrant, but we _exit() anyway */
+   fprintf(stderr,
+     "\n\n"
+-    "Signal %d (%s) caught by ps (%s).\n"
+-    "Please send bug reports to <feedback at lists.sf.net> or <albert at users.sf.net>\n",
++    "Signal %d (%s) caught by ps (%s).\n",
++    /* "Please send bug reports to <feedback at lists.sf.net> or <albert at users.sf.net>\n", */
+     signo,
+     signal_number_to_name(signo),
+     procps_version
diff --git a/procps.spec b/procps.spec
index eee2b6b..87d7c1d 100644
--- a/procps.spec
+++ b/procps.spec
@@ -3,7 +3,7 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.8
-Release: 27.%{gitver}%{?dist}
+Release: 28.%{gitver}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://gitorious.org/procps
@@ -79,7 +79,8 @@ Patch51: procps-3.2.7-vmstat-timestamp-getopt.patch
 Patch52: procps-3.2.8-ps-schedbatch.patch
 #859900 - ps(1) man page should spell SELinux consistently
 Patch53: procps-3.2.8-man-ps-selinux.patch
-
+#847005 - procps states a bug is hit when receiving a signal
+Patch54: procps-3.2.7-no-bug-on-sig.patch
 
 BuildRequires: ncurses-devel libselinux-devel
 
@@ -149,6 +150,7 @@ System and process monitoring utilities development headers
 %patch51 -p1
 %patch52 -p1
 %patch53 -p1
+%patch54 -p1
 
 cp %SOURCE1 .
 
@@ -195,6 +197,9 @@ popd
 /%{_lib}/libproc.so
 
 %changelog
+* Fri Dec 14 2012 Jaromir Capik <jcapik at redhat.com> 3.2.8-28.20110302git
+- #847005 - procps states a bug is hit when receiving a signal
+
 * Tue Sep 25 2012 Jaromir Capik <jcapik at redhat.com> 3.2.8-27.20110302git
 - #859900 - ps(1) man page should spell SELinux consistently
 


More information about the scm-commits mailing list