rpms/procps/devel procps-3.2.7-top-manpage.patch, NONE, 1.1 procps.spec, 1.68, 1.69

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Fri Jan 18 07:26:18 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/procps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2109

Modified Files:
	procps.spec 
Added Files:
	procps-3.2.7-top-manpage.patch 
Log Message:
* Fri Jan 18 2008 Tomas Smetana <tsmetana at redhat.com> 3.2.7-19
- fix #296471 - update top man page
- fix #226319 - merge review


procps-3.2.7-top-manpage.patch:

--- NEW FILE procps-3.2.7-top-manpage.patch ---
diff -up procps-3.2.7/top.1.cpudesc procps-3.2.7/top.1
--- procps-3.2.7/top.1.cpudesc	2008-01-18 08:04:19.000000000 +0100
+++ procps-3.2.7/top.1	2008-01-18 08:15:49.000000000 +0100
@@ -540,6 +540,20 @@ You\fI move\fR a field to the\fB left\fR
 upper case\fR letter and to the\fB right\fR with the\fB lower case\fR
 letter.
 
+.\" ......................................................................
+.SS 2c. SUMMARY Area Fields
+.\" ----------------------------------------------------------------------
+The summary area fields describing CPU statistics are abbreviated.  They provide
+information about times spent in:
+  \fR  us = user mode
+  \fR  sy = system mode
+  \fR  ni = low priority user mode (nice)
+  \fR  id = idle task
+  \fR  wa = I/O waiting
+  \fR  hi = servicing IRQs
+  \fR  si = servicing soft IRQs
+  \fR  st = steal (time given to other DomU instances) 
+
 
 .\" ----------------------------------------------------------------------
 .SH 3. INTERACTIVE Commands


Index: procps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/procps/devel/procps.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- procps.spec	11 Jan 2008 07:46:33 -0000	1.68
+++ procps.spec	18 Jan 2008 07:25:39 -0000	1.69
@@ -1,8 +1,8 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.7
-Release: 18%{?dist}
-License: GPLv2+
+Release: 19%{?dist}
+License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://procps.sourceforge.net
 Source: http://procps.sourceforge.net/procps-%{version}.tar.gz
@@ -66,6 +66,8 @@
 Patch31: procps-3.2.7-top-cpu0.patch
 #354001 - CPU value in top is reported as an integer
 Patch32: procps-3.2.7-top-cpuint.patch
+#296471 - update top man page
+Patch33: procps-3.2.7-top-manpage.patch
 
 
 BuildRequires: ncurses-devel
@@ -124,6 +126,7 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 
 cp %SOURCE1 .
 
@@ -139,13 +142,12 @@
 chmod -R u+w %{buildroot}/sbin
 chmod -R u+w %{buildroot}/bin
 chmod -R u+w %{buildroot}/usr/bin
+chmod -R u+w %{buildroot}/lib
 
 %clean
 rm -rf %{buildroot}
 
-%post
-# add libproc to the cache
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
@@ -162,6 +164,10 @@
 %attr(0644,root,root) %{_mandir}/man5/*
 
 %changelog
+* Fri Jan 18 2008 Tomas Smetana <tsmetana at redhat.com> 3.2.7-19
+- fix #296471 - update top man page
+- fix #226319 - merge review
+
 * Fri Jan 11 2008 Tomas Smetana <tsmetana at redhat.com> 3.2.7-18
 - fix displaying the CPU column as integer (related #354001)
 - don't install slabtop -- there's no /proc/slabinfo




More information about the fedora-extras-commits mailing list