rpms/procps/devel procps.spec,1.66,1.67

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Wed Sep 12 13:16:30 UTC 2007


Author: tsmetana

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

Modified Files:
	procps.spec 
Log Message:
* Wed Sep 12 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-17
- fix #185994 - top "Cpu0" line never updates when using
  "Single Cpu = Off" option on single processor machine



Index: procps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/procps/devel/procps.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- procps.spec	27 Aug 2007 07:01:29 -0000	1.66
+++ procps.spec	12 Sep 2007 13:15:56 -0000	1.67
@@ -1,7 +1,7 @@
 Summary: System and process monitoring utilities
 Name: procps
 Version: 3.2.7
-Release: 16.1%{?dist}
+Release: 17%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://procps.sourceforge.net
@@ -62,6 +62,8 @@
 Patch29: procps-3.2.7-psman.patch
 #255441 - ldopen libselinux.so.1 instead of libselinux.so
 Patch30: procps-3.2.7-ps-libselinux.patch
+#185994 - error when using "Single Cpu = Off" option
+Patch31: procps-3.2.7-top-cpu0.patch
 
 BuildRequires: ncurses-devel
 
@@ -117,6 +119,7 @@
 %patch28 -p1
 %patch29 -p1
 %patch30 -p1
+%patch31 -p1
 
 cp %SOURCE1 .
 
@@ -154,6 +157,10 @@
 %attr(0644,root,root) %{_mandir}/man5/*
 
 %changelog
+* Wed Sep 12 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-17
+- fix #185994 - top "Cpu0" line never updates when using
+  "Single Cpu = Off" option on single processor machine
+
 * Mon Aug 27 2007 Tomas Smetana <tsmetana at redhat.com> 3.2.7-16.1
 - bump release
 




More information about the fedora-extras-commits mailing list