diff --git a/procps-ng.spec b/procps-ng.spec index 49b5527..7ce1469 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.9 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ Group: Applications/System URL: https://sourceforge.net/projects/procps-ng/ @@ -18,6 +18,7 @@ Patch3: watch-fd-leak.patch Patch4: vmstat-format-security.patch Patch5: subtract-shmem-from-cached.patch Patch6: sysctl-linelen-signed.patch +Patch7: ps-man-tracing.patch Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -88,6 +89,7 @@ System and process monitoring utilities development headers %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build @@ -157,6 +159,9 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %{_includedir}/proc %changelog +* Tue Apr 08 2014 Jaromir Capik - 3.3.9-8 +- Documenting the 't' process state code in the ps manual (#946864) + * Fri Mar 14 2014 Jaromir Capik - 3.3.9-7 - 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)