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