-Recent changes:
+procps-3.0.0 --> procps-3.0.1
+
+sysctl handles net/ipv4/conf/eth1.0123/tag (VLAN interface)
+sysctl handles net.ipv4.conf.eth1/0123.tag (VLAN interface)
+"ps" is now about 2x faster than in procps-2.x.x
+"ps -F" now documented
+w works in KOI8-R locale
+vmstat documentation update
+"skill -n blah blah blah" lets you test options
+simple "make && make install" now
+
+procps-2.x.x --> procps-3.0.0
designed to support Linux 2.0 through 2.5.41 and beyond
new top, with optional: color, windowing, SMP stats
Begin3
Title: procps
-Version: 3.0.0
-Entered-date: 30JAN02
+Version: 3.0.1
+Entered-date: 10OCT02
Description: Procps is a library which parses the textual /proc filesystem
and a suite of utilites which use the library.
-Keywords: procps /proc libproc
+Keywords: procps /proc libproc sysctl
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
-Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others.
-Maintained-by: various <albert@users.sf.net>
+Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
+Maintained-by: various <procps-feedback@lists.sf.net>
Primary-site: http://procps.sf.net/
- 185kB procps-3.0.0.tar.gz
+ 185kB procps-3.0.1.tar.gz
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
- 185kB procps-3.0.0.tar.gz
+ 185kB procps-3.0.1.tar.gz
Copying-policy: mixed
End
Name: procps
%define major_version 3
%define minor_version 0
-%define revision 0
+%define revision 1
%define version %{major_version}.%{minor_version}.%{revision}
Version: %{version}
Release: 1
mkdir -p $RPM_BUILD_ROOT/usr/man/man1 $RPM_BUILD_ROOT/usr/man/man8
mkdir -p $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/usr/X11R6/bin
-make DESTDIR=$RPM_BUILD_ROOT OWNERGROUP= MANDIR=/usr/share/man install
+make DESTDIR=$RPM_BUILD_ROOT install=install install
%clean
rm -rf $RPM_BUILD_ROOT