[procps-ng/f19] - Documenting the 't' process state code in the ps manual (#946864)

Jaromír Cápík jcapik at fedoraproject.org
Tue Apr 8 14:35:11 UTC 2014


commit 1910a07ba5a312ef666d36b12ebf4ff697e68c8d
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Apr 8 16:34:55 2014 +0200

    - Documenting the 't' process state code in the ps manual (#946864)

 procps-ng.spec       |    7 ++++++-
 ps-man-tracing.patch |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index 84f7b08..6e8a452 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -4,7 +4,7 @@
 Summary: System and process monitoring utilities
 Name: procps-ng
 Version: 3.3.8
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: https://sourceforge.net/projects/procps-ng/
@@ -20,6 +20,7 @@ Patch5: procps-ng-3.3.8-RH-man-page-check.patch
 Patch6: 0002-top-restore-the-lost-final-newline-when-in-Batch-mod.patch
 Patch7: ksh-skip-trailing-zeros.patch
 Patch8: sysctl-linelen-signed.patch
+Patch9: ps-man-tracing.patch
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -84,6 +85,7 @@ System and process monitoring utilities development headers
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 # The following stuff is needed for git archives only
@@ -149,6 +151,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Tue Apr 08 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.8-13
+- Documenting the 't' process state code in the ps manual (#946864)
+
 * Fri Mar 14 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.8-12
 - Fixing sysctl line length limit (#1071530)
 
diff --git a/ps-man-tracing.patch b/ps-man-tracing.patch
new file mode 100644
index 0000000..488ff37
--- /dev/null
+++ b/ps-man-tracing.patch
@@ -0,0 +1,15 @@
+diff -Naur procps-ng-3.3.9.orig/ps/ps.1 procps-ng-3.3.9/ps/ps.1
+--- procps-ng-3.3.9.orig/ps/ps.1	2013-11-25 10:55:25.000000000 +0100
++++ procps-ng-3.3.9/ps/ps.1	2014-04-08 15:47:51.743268372 +0200
+@@ -849,7 +849,10 @@
+ interruptible sleep (waiting for an event to complete)
+ .TP
+ T
+-stopped, either by a job control signal or because it is being traced
++stopped by job control signal
++.TP
++t
++stopped by debugger during the tracing
+ .TP
+ W
+ paging (not valid since the 2.6.xx kernel)


More information about the scm-commits mailing list