6691f2
Summary: Utilities for managing processes on your system
6691f2
Name: psmisc
6691f2
Version: 22.20
7de9fb
Release: 17%{?dist}
6691f2
License: GPLv2+
6691f2
Group: Applications/System
6691f2
URL: http://sourceforge.net/projects/psmisc
6691f2
6691f2
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
6691f2
6691f2
#The following has been reworked by upstream in a different way ... we'll see
6691f2
#Patch1: psmisc-22.13-fuser-silent.patch
6691f2
6691f2
# Patch sent upstream 2012-10-08.
6691f2
Patch2: psmisc-22.20-fix-selinux-in-pstree.patch
6691f2
6691f2
Patch3: psmisc-22.20-RH-man-page-scan.patch
6691f2
6691f2
Patch4: pstree-introduce-support-for-namespaces.patch
6691f2
Patch5: pstree-introduce-namespace-transition-information.patch
6691f2
Patch6: psmisc-22.20-null-ptr-dereference.patch
b4be7c
Patch7: psmisc-22.20-insufficient-path-len-in-mntinfo.patch
b4be7c
Patch8: psmisc-22.20-prtstat-man-duplicate-options.patch
58b5e3
Patch9: psmisc-22.20-fuser-finds-btrfs-procs.patch
58b5e3
Patch10: psmisc-22.20-fuser-manpage-other-pids-restrict.patch
58b5e3
Patch11: psmisc-22.20-peekfd-usage-extend-and-fix.patch
a88b6c
Patch12: psmisc-22-20-no-nullptr-sanity-stalls-nfs.patch
7de9fb
Patch13: psmisc-22.20-pstree-consecutive-NULs.patch
6691f2
6691f2
BuildRequires: libselinux-devel
6691f2
BuildRequires: gettext
6691f2
BuildRequires: ncurses-devel
6691f2
BuildRequires: autoconf automake
6691f2
6691f2
6691f2
%description
6691f2
The psmisc package contains utilities for managing processes on your
6691f2
system: pstree, killall and fuser.  The pstree command displays a tree
6691f2
structure of all of the running processes on your system.  The killall
6691f2
command sends a specified signal (SIGTERM if nothing is specified) to
6691f2
processes identified by name.  The fuser command identifies the PIDs
6691f2
of processes that are using specified files or filesystems.
6691f2
6691f2
%prep
6691f2
%setup -q
6691f2
6691f2
%patch2 -p1
6691f2
%patch3 -p1
6691f2
%patch4 -p1
6691f2
%patch5 -p1
6691f2
%patch6 -p1
b4be7c
%patch7 -p1
b4be7c
%patch8 -p1
58b5e3
%patch9 -p1
58b5e3
%patch10 -p1
58b5e3
%patch11 -p1
a88b6c
%patch12 -p1
7de9fb
%patch13 -p1
6691f2
6691f2
%build
6691f2
%configure --prefix=%{_prefix} --enable-selinux
6691f2
make %{?_smp_mflags}
6691f2
6691f2
%install
6691f2
make install DESTDIR="$RPM_BUILD_ROOT"
6691f2
6691f2
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
6691f2
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
6691f2
6691f2
%find_lang %name
6691f2
6691f2
%files -f %{name}.lang
6691f2
%{_sbindir}/fuser
6691f2
%{_bindir}/killall
6691f2
%{_bindir}/pstree
6691f2
%{_bindir}/pstree.x11
6691f2
%{_bindir}/prtstat
6691f2
%{_mandir}/man1/fuser.1*
6691f2
%{_mandir}/man1/killall.1*
6691f2
%{_mandir}/man1/pstree.1*
6691f2
%{_mandir}/man1/prtstat.1*
96cf0a
%ifarch %{ix86} x86_64 ppc %{power64} %{arm} mipsel
6691f2
%{_bindir}/peekfd
6691f2
%{_mandir}/man1/peekfd.1*
58b5e3
%else
58b5e3
%exclude %{_mandir}/man1/peekfd.1*
58b5e3
%endif
6691f2
%doc AUTHORS ChangeLog COPYING README
6691f2
6691f2
%changelog
7de9fb
* Tue May 12 2020 Jan Rybar <jrybar@redhat.com> 22.20-17
7de9fb
- pstree - fixed consecutive NULs breaking tree
7de9fb
- Resolves: rhbz#1715510
7de9fb
a88b6c
* Mon Mar 18 2019 Jan Rybar <jrybar@redhat.com> 22.20-16
a88b6c
- Added nullptr sanity to scan fns to avoid useless work stalling NFS
a88b6c
- Resolves: rhbz#1509245
a88b6c
58b5e3
* Wed Mar 29 2017 Jan Rybar <jrybar@redhat.com> 22.20-15
58b5e3
- peekfd: manpage and usage screen correction - long options
58b5e3
- Resolves: rhbz#1413632
58b5e3
58b5e3
* Mon Mar 20 2017 Jan Rybar <jrybar@redhat.com> 22.20-14
58b5e3
- peekfd: manpage now not present on unsupported architectures
58b5e3
- Resolves: rhbz#1363651
58b5e3
58b5e3
* Tue Mar 14 2017 Jan Rybar <jrybar@redhat.com> 22.20-13
58b5e3
- fuser manpage: note about invisible other PIDs moved to RESTRICTIONS section
58b5e3
- Resolves: rhbz#1400126
58b5e3
58b5e3
* Tue Jan 31 2017 Jan Rybar <jrybar@redhat.com> 22.20-12
58b5e3
- fuser: processes binding btrfs directories can be found now
58b5e3
- Resolves: rhbz#1340056
58b5e3
b4be7c
* Tue May 24 2016 Jan Rybar <jrybar@redhat.com> 22.20-11
b4be7c
- Fixing duplication of text in prtstat man page
b4be7c
- Resolves: rhbz#1265243
b4be7c
b4be7c
* Mon May 16 2016 Jan Rybar <jrybar@redhat.com> 22.20-10
b4be7c
- Fixing segfault caused by insufficient length for mounting point path
b4be7c
- Resolves: rhbz#1078887
b4be7c
96cf0a
* Sat Aug  2 2014 Peter Robinson <pbrobinson@redhat.com> 22.20-9
96cf0a
- Update ppc64 to power64 macro
96cf0a
- Resolves: rhbz#1125653
96cf0a
0fa72c
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 22.20-8
0fa72c
- Mass rebuild 2014-01-24
0fa72c
0fa72c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 22.20-7
0fa72c
- Mass rebuild 2013-12-27
0fa72c
6691f2
* Mon Oct 21 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-6
6691f2
- Fixing null pointer dereference introduced with namespaces
6691f2
- Fixing bogus dates in the changelog
6691f2
- Related: rhbz#980514
6691f2
6691f2
* Fri Oct 18 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-5
6691f2
- Moving fuser from /sbin to /usr/sbin
6691f2
- Related: rhbz#980514
6691f2
6691f2
* Tue Sep 17 2013 Aristeu Rozanski <aris@redhat.com> - 22.20-4
6691f2
- Introducing namespaces support (#980514)
6691f2
6691f2
* Tue Jul 30 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-3
6691f2
- RH man page scan (#948524)
6691f2
6691f2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.20-2
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6691f2
6691f2
* Mon Oct 08 2012 Richard W.M. Jones <rjones@redhat.com> 22.20-1
6691f2
- Update to 22.20.
6691f2
  Contains a fix for: http://sourceforge.net/p/psmisc/bugs/53/
6691f2
- Fix src/pstree.c when SELinux is available.
6691f2
6691f2
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.19-2
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6691f2
6691f2
* Thu Jun 28 2012 Jaromir Capik <jcapik@redhat.com> 22.19-1
6691f2
- Update to 22.19 (#828244)
6691f2
6691f2
* Mon Mar 12 2012 Jaromir Capik <jcapik@redhat.com> 22.16-1
6691f2
- Update to 22.16
6691f2
6691f2
* Fri Jan 27 2012 Jaromir Capik <jcapik@redhat.com> 22.15-1
6691f2
- Update to 22.15
6691f2
6691f2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.14-2
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6691f2
6691f2
* Tue Jul 19 2011 Jaromir Capik <jcapik@redhat.com> 22.14-1
6691f2
- Update to 22.14
6691f2
6691f2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.13-8
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6691f2
6691f2
* Thu Jan 27 2011 Jan Görig <jgorig@redhat.com> 22.13-7
6691f2
- fix #671135 - peekfd utility doesn't work on ppc64 architecture
6691f2
6691f2
* Fri Jan 7 2011 Jan Görig <jgorig@redhat.com> 22.13-6
6691f2
- fix #666213 - uninitialized memory leading to `killall -g name` failure
6691f2
6691f2
* Tue Nov 16 2010 Jan Görig <jgorig@redhat.com> 22.13-5
6691f2
- fix #651794 - incorrect exit code of fuser -m -s
6691f2
6691f2
* Tue Oct 19 2010 Dan Horák <dan[at]danny.cz> 22.13-4
6691f2
- peekfd still exists only on selected architectures
6691f2
6691f2
* Thu Oct 14 2010 Jan Görig <jgorig@redhat.com> 22.13-3
6691f2
- fix #642800 - peekfd regression
6691f2
6691f2
* Wed Sep 29 2010 jkeating - 22.13-2
6691f2
- Rebuilt for gcc bug 634757
6691f2
6691f2
* Thu Sep 16 2010 Jan Görig <jgorig@redhat.com> 22.13-1
6691f2
- updated to new upstream version
6691f2
- removed unused patch
6691f2
- peekfd should work on all architectures now
6691f2
- spec cleanups
6691f2
6691f2
* Tue May 25 2010 Jan Görig <jgorig@redhat.com> 22.10-1
6691f2
- update to new upstream version
6691f2
- remove unused patches
6691f2
- docs are now in package
6691f2
6691f2
* Tue May 18 2010 Daniel Novotny <dnovotny@redhat.com> 22.6-14
6691f2
- fix #588322 - fuser'ing a non-existent file yields two error messages
6691f2
6691f2
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 22.6-13
6691f2
- Fix a buffer overflow
6691f2
6691f2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-12
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6691f2
6691f2
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 22.6-11
6691f2
- merge review (#226322): a few .spec changes
6691f2
6691f2
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
6691f2
- fix #497303 -  fuser -m <dev> doesn't work after lazy unmount
6691f2
6691f2
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-9
6691f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6691f2
6691f2
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-8
6691f2
- fix package so it builds again
6691f2
6691f2
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-7
6691f2
- fix license tag
6691f2
6691f2
* Mon Apr 14 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-6
6691f2
- fix #441871 - pstree fails to show most processes;
6691f2
  patch by Emil Jerabek
6691f2
6691f2
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-5
6691f2
- fix configure.ac to include all the required headers for peekfd
6691f2
- remove kernel-headers again -- not needed in rawhide
6691f2
6691f2
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-4
6691f2
- fix #440762 - add kernel-headers to build reuqirements
6691f2
6691f2
* Tue Feb 12 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-3
6691f2
- rebuild (gcc-4.3)
6691f2
6691f2
* Mon Dec 10 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-2
6691f2
- fix #417801 - exclude peekfd on secondary architectures
6691f2
6691f2
* Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-1
6691f2
- update to new upstream version
6691f2
6691f2
* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-2
6691f2
- rebuild (because of BuildID)
6691f2
6691f2
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.2
6691f2
- exclude peekfd manpage on non-x86 archs
6691f2
6691f2
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.1
6691f2
- rebuild
6691f2
6691f2
* Wed Jun 06 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1
6691f2
- update to new upstream version
6691f2
6691f2
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com> 22.3-2
6691f2
- fix #214214 - killall <path> misbehavior (prelink, etc)
6691f2
6691f2
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com> 22.3-1
6691f2
- update to upstream 22.3
6691f2
- backport ipv6 bugfix from upstream CVS
6691f2
- clean up spec file
6691f2
6691f2
* Wed Jul 19 2006 Karel Zak <kzak@redhat.com>  - 22.2-5
6691f2
- spec file cleanup & rebuild
6691f2
6691f2
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 22.2-4
6691f2
- rebuild
6691f2
6691f2
* Wed May 17 2006 Karel Zak <kzak@redhat.com> 22.2-2
6691f2
- add BuildRequires: gettext-devel
6691f2
- sync with upstream
6691f2
6691f2
* Wed Mar 22 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1.1
6691f2
- rebuild
6691f2
6691f2
* Tue Mar  7 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1
6691f2
- update to new upstream CVS version 
6691f2
- enable new fuser version
6691f2
- fix fuser return code 
6691f2
- fix #183897 - "pstree -a" call results in segmentation fault
6691f2
6691f2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2.1
6691f2
- bump again for double-long bug on ppc(64)
6691f2
6691f2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2
6691f2
- rebuilt for new gcc4.1 snapshot and glibc changes
6691f2
6691f2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6691f2
- rebuilt
6691f2
6691f2
* Wed Nov 30 2005 Karel Zak <kzak@redhat.com> 21.8-1
6691f2
- fix #174585 - killall crashes on long variable name
6691f2
- spec file cleanup
6691f2
6691f2
* Wed Oct  5 2005 Karel Zak <kzak@redhat.com> 21.7-1.cvs20051005
6691f2
- sync with upstream CVS
6691f2
- use old version of fuser
6691f2
6691f2
* Thu Sep  8 2005 Karel Zak <kzak@redhat.com> 21.6-1
6691f2
- sync with upstream release 21.6
6691f2
- cleanup selinux patch
6691f2
- fix #165167 - buffer overflow detected in fuser
6691f2
6691f2
* Sat Mar  5 2005 Karel Zak <kzak@redhat.com> 21.5-4
6691f2
- fixed problem with perl expression in the build .spec section
6691f2
6691f2
* Sat Mar  5 2005 Karel Zak <kzak@redhat.com> 21.5-3
6691f2
- rebuilt
6691f2
6691f2
* Tue Dec 14 2004 Karel Zak <kzak@redhat.com> 21.5-2
6691f2
- use other way for psmisc-21.5-term.patch
6691f2
6691f2
* Mon Dec 13 2004 Karel Zak <kzak@redhat.com> 21.5-1
6691f2
- Updated to new upstream version 21.5
6691f2
- Ported SELinux patch forward as psmisc-21.5-selinux.patch
6691f2
- Added psmisc-21.5-term.patch that fix termcap.h and term.h conflicts
6691f2
6691f2
* Fri Sep 24 2004 Mike A. Harris <mharris@redhat.com> 21.4-4
6691f2
- Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754)
6691f2
6691f2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 21.4-3
6691f2
- rebuilt
6691f2
6691f2
* Mon Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-2
6691f2
- Re-enabled SELINUX support
6691f2
- Removed gcc33 patch, no longer needed it seems.
6691f2
6691f2
* Mon Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-1
6691f2
- Updated to new upstream version 21.4
6691f2
- Ported SELinux patch forward as psmisc-21.4-redhat-selinux-psmisc.patch,
6691f2
  but disabled SELINUX support temporarily until other build problems are
6691f2
  resolved
6691f2
- Remove MKINSTALLDIRS-./mkinstalldirs from "make install" as that causes the
6691f2
  build to fail when "./" changes.  If this option is ever added back, make
6691f2
  it relative to $RPM_BUILD_DIR instead of ./ so that things do not break
6691f2
- Added pstree.x11 to file list after rpm reported it present in buildroot but
6691f2
  not packaged
6691f2
6691f2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 21.3-8
6691f2
- rebuilt
6691f2
6691f2
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 21.3-7
6691f2
- fix is_selinux_enabled call
6691f2
6691f2
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6.sel
6691f2
- turn on selinux
6691f2
- Hack to fix build problem on Fedora core
6691f2
6691f2
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6
6691f2
- turn off selinux
6691f2
6691f2
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-5.sel
6691f2
- change flags to -Z and build for selinux
6691f2
6691f2
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-4
6691f2
- Remove -lsecure check from configure.
6691f2
6691f2
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-2
6691f2
- Added SELinux patches
6691f2
6691f2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
6691f2
- rebuilt
6691f2
6691f2
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1.RHEL.0
6691f2
- Bump to 21.3-1.RHEL.0 and rebuild for Red Hat Enterprise Linux
6691f2
6691f2
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1
6691f2
- Updated to new upstream version 21.3
6691f2
- Removed dead script gensig.sh
6691f2
- Disabled psmisc-21.2-gcc33.patch as it is included in 21.3
6691f2
6691f2
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 21.2-5
6691f2
- fix build with gcc 3.3
6691f2
6691f2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
6691f2
- rebuilt
6691f2
6691f2
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-3
6691f2
- Remove pidof manpage from buildroot by adding with_pidof conditional
6691f2
- _bindir cleanup
6691f2
6691f2
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-2
6691f2
- Updated to new upstream version 21.2
6691f2
- Updated Source: URL to sourceforge's current ftp area
6691f2
- Fixes fuser largefile bug (#66340)
6691f2
- Disable prep time sh %%{SOURCE1} >src/signames.h as the 21.2 release
6691f2
  fixes this already now.
6691f2
6691f2
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 20.2-7
6691f2
- All-arch rebuild
6691f2
- Updated spec file with _bindir et al. fixes.
6691f2
6691f2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 20.2-6
6691f2
- automated rebuild
6691f2
6691f2
* Sun May 26 2002 Tim Powers <timp@redhat.com> 20.2-5
6691f2
- automated rebuild
6691f2
6691f2
* Thu May 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-4
6691f2
- Autogenerate the signal list from _includedir/bits/signum.h
6691f2
  to make sure it works on all arches and doesn't break again.
6691f2
6691f2
* Wed May  8 2002 Trond Eivind Glomsrod <teg@redhat.com> 20.2-3
6691f2
- Fix the signal list
6691f2
- Don't strip when linking
6691f2
- Use a %%{_tmppath}
6691f2
6691f2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
6691f2
- automated rebuild
6691f2
6691f2
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-1
6691f2
- 20.2
6691f2
- Add patch from bug report #56186; the problem is not reproducable,
6691f2
  but the patch can't hurt.
6691f2
6691f2
* Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-2
6691f2
- Add BuildRequires (#49562)
6691f2
- s/Copyright/License/
6691f2
- Fix license (it's actually dual-licensed BSD/GPL, not just "distributable")
6691f2
6691f2
* Wed Apr 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-1
6691f2
- 20.1
6691f2
6691f2
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
6691f2
- automatic rebuild
6691f2
6691f2
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
6691f2
- FHS man paths
6691f2
- patch makefile to enable non-root builds
6691f2
6691f2
* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
6691f2
- Deal with compressed man pages
6691f2
6691f2
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
6691f2
- update to v19
6691f2
- handle RPM_OPT_FLAGS
6691f2
6691f2
* Mon Sep 27 1999 Bill Nottingham <notting@redhat.com>
6691f2
- move fuser to /sbin
6691f2
6691f2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
6691f2
- auto rebuild in the new build environment (release 2)
6691f2
6691f2
* Sat Mar 13 1999 Michael Maher <mike@redhat.com>
6691f2
- updated package
6691f2
6691f2
* Fri May 01 1998 Prospector System <bugs@redhat.com>
6691f2
- translations modified for de, fr, tr
6691f2
6691f2
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
6691f2
- renamed the patch file .patch instead of .spec
6691f2
6691f2
* Thu Apr 09 1998 Erik Troan <ewt@redhat.com>
6691f2
- updated to psmisc version 17
6691f2
- buildrooted
6691f2
6691f2
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
6691f2
- updated from version 11 to version 16
6691f2
- spec file cleanups
6691f2
6691f2
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
6691f2
- built against glibc