2a91c4
2a91c4
Summary: Utilities for managing processes on your system
2a91c4
Name: psmisc
2a91c4
Version: 23.4
2a91c4
Release: 3%{?dist}
2a91c4
License: GPLv2+
2a91c4
URL: https://gitlab.com/psmisc/psmisc
2a91c4
2a91c4
Source: https://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}.tar.xz
2a91c4
2a91c4
#The following has been reworked by upstream in a different way ... we'll see
2a91c4
#Patch1: psmisc-22.13-fuser-silent.patch
2a91c4
2a91c4
BuildRequires: make
2a91c4
BuildRequires: libselinux-devel
2a91c4
BuildRequires: gettext
2a91c4
BuildRequires: ncurses-devel
2a91c4
BuildRequires: autoconf automake
2a91c4
BuildRequires: gcc
2a91c4
BuildRequires: git
2a91c4
2a91c4
2a91c4
%description
2a91c4
The psmisc package contains utilities for managing processes on your
2a91c4
system: pstree, killall, fuser and pslog.  The pstree command displays
2a91c4
a tree structure of all of the running processes on your system.  The
2a91c4
killall command sends a specified signal (SIGTERM if nothing is specified)
2a91c4
to processes identified by name.  The fuser command identifies the PIDs
2a91c4
of processes that are using specified files or filesystems. The pslog
2a91c4
command shows the path of log files owned by a given process.
2a91c4
2a91c4
%prep
2a91c4
%autosetup -S git
2a91c4
2a91c4
%build
2a91c4
%configure --prefix=%{_prefix} --enable-selinux
2a91c4
make %{?_smp_mflags}
2a91c4
2a91c4
2a91c4
%install
2a91c4
make install DESTDIR="$RPM_BUILD_ROOT"
2a91c4
2a91c4
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
2a91c4
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
2a91c4
2a91c4
%find_lang %name --all-name --with-man
2a91c4
2a91c4
2a91c4
%files -f %{name}.lang
2a91c4
%{_sbindir}/fuser
2a91c4
%{_bindir}/killall
2a91c4
%{_bindir}/pstree
2a91c4
%{_bindir}/pstree.x11
2a91c4
%{_bindir}/prtstat
2a91c4
%{_bindir}/pslog
2a91c4
%{_mandir}/man1/fuser.1*
2a91c4
%{_mandir}/man1/killall.1*
2a91c4
%{_mandir}/man1/pstree.1*
2a91c4
%{_mandir}/man1/prtstat.1*
2a91c4
%{_mandir}/man1/pslog.1*
2a91c4
%ifarch %{ix86} x86_64 ppc %{power64} %{arm} aarch64 mipsel
2a91c4
%{_bindir}/peekfd
2a91c4
%{_mandir}/man1/peekfd.1*
2a91c4
%else
2a91c4
%exclude %{_mandir}/man1/peekfd.1*
2a91c4
%endif
2a91c4
%license COPYING
2a91c4
%doc AUTHORS ChangeLog README
2a91c4
2a91c4
2a91c4
%changelog
2a91c4
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 23.4-3
2a91c4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
2a91c4
  Related: rhbz#1991688
2a91c4
2a91c4
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 23.4-2
2a91c4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
2a91c4
2a91c4
* Mon Feb 08 2021 Jan Rybar <jrybar@redhat.com> - 23.4-1
2a91c4
* Rebase to psmisc-23.4
2a91c4
2a91c4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 23.3-5
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2a91c4
2a91c4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 23.3-4
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2a91c4
2a91c4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 23.3-3
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2a91c4
2a91c4
* Thu Nov 28 2019 Jan Rybar <jrybar@redhat.com> - 23.3-2
2a91c4
- Rebase build failed due to missing peekfd export on aarch64
2a91c4
2a91c4
* Thu Nov 28 2019 Jan Rybar <jrybar@redhat.com> - 23.3-1
2a91c4
- Rebase to v23.3
2a91c4
- Related: bz#1768993
2a91c4
2a91c4
* Thu Nov 07 2019 Jan Rybar <jrybar@redhat.com> - 23.2-1
2a91c4
- Rebase to v23.2
2a91c4
- Related: bz#1768993
2a91c4
2a91c4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 23.1-7
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2a91c4
2a91c4
* Mon Feb 18 2019 Jan Rybar <jrybar@redhat.com> - 23.1-6
2a91c4
- Added nullptr sanity to scan fns to avoid useless work stalling NFS
2a91c4
2a91c4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 23.1-5
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2a91c4
2a91c4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 23.1-4
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2a91c4
2a91c4
* Tue Feb 27 2018 Jan Rybar <jrybar@redhat.com> - 23.1-3
2a91c4
- Added gcc to BuildRequires as per "Packaging:C and C++" Wiki guidelines
2a91c4
- Bump considered unnecessary
2a91c4
2a91c4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 23.1-3
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2a91c4
2a91c4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 23.1-2
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2a91c4
2a91c4
* Fri Jul 21 2017 Jan Rybar <jrybar@redhat.com> - 23.1
2a91c4
- Rebase to the newest upstream official release
2a91c4
- Source0 updated to latest functional SourceForge URL format
2a91c4
- peekfd manpage now not present if peekfd binary missing on given architecture
2a91c4
- URL of the project updated
2a91c4
- new tool pslog added with rebase
2a91c4
- Resolves: #1460695
2a91c4
2a91c4
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 22.21-9
2a91c4
- Add missing %%license macro
2a91c4
2a91c4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 22.21-8
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2a91c4
2a91c4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.21-7
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2a91c4
2a91c4
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 22.21-6
2a91c4
- Rebuilt for Fedora 23 Change
2a91c4
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2a91c4
2a91c4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.21-5
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2a91c4
2a91c4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.21-4
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2a91c4
2a91c4
* Mon Feb 24 2014 Jaromir Capik <jcapik@redhat.com> - 22.21-3
2a91c4
- We want peekfd on ppc64le too
2a91c4
2a91c4
* Tue Oct 29 2013 Jaromir Capik <jcapik@redhat.com> - 22.21-2
2a91c4
- Moving fuser from /sbin to /usr/sbin (#980514)
2a91c4
2a91c4
* Thu Oct 10 2013 Jaromir Capik <jcapik@redhat.com> - 22.21-1
2a91c4
- Update to 22.21
2a91c4
- Spec cleaning
2a91c4
- Fixing bogus dates in the changelog
2a91c4
2a91c4
* Tue Sep 17 2013 Aristeu Rozanski <aris@redhat.com> - 22.20-4
2a91c4
- Introducing namespaces support (#1016259)
2a91c4
2a91c4
* Tue Jul 30 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-3
2a91c4
- RH man page scan (#948524)
2a91c4
2a91c4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.20-2
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2a91c4
2a91c4
* Mon Oct 08 2012 Richard W.M. Jones <rjones@redhat.com> 22.20-1
2a91c4
- Update to 22.20.
2a91c4
  Contains a fix for: http://sourceforge.net/p/psmisc/bugs/53/
2a91c4
- Fix src/pstree.c when SELinux is available.
2a91c4
2a91c4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.19-2
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2a91c4
2a91c4
* Thu Jun 28 2012 Jaromir Capik <jcapik@redhat.com> 22.19-1
2a91c4
- Update to 22.19 (#828244)
2a91c4
2a91c4
* Mon Mar 12 2012 Jaromir Capik <jcapik@redhat.com> 22.16-1
2a91c4
- Update to 22.16
2a91c4
2a91c4
* Fri Jan 27 2012 Jaromir Capik <jcapik@redhat.com> 22.15-1
2a91c4
- Update to 22.15
2a91c4
2a91c4
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.14-2
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2a91c4
2a91c4
* Tue Jul 19 2011 Jaromir Capik <jcapik@redhat.com> 22.14-1
2a91c4
- Update to 22.14
2a91c4
2a91c4
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.13-8
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2a91c4
2a91c4
* Thu Jan 27 2011 Jan Görig <jgorig@redhat.com> 22.13-7
2a91c4
- fix #671135 - peekfd utility doesn't work on ppc64 architecture
2a91c4
2a91c4
* Fri Jan 7 2011 Jan Görig <jgorig@redhat.com> 22.13-6
2a91c4
- fix #666213 - uninitialized memory leading to `killall -g name` failure
2a91c4
2a91c4
* Tue Nov 16 2010 Jan Görig <jgorig@redhat.com> 22.13-5
2a91c4
- fix #651794 - incorrect exit code of fuser -m -s
2a91c4
2a91c4
* Tue Oct 19 2010 Dan Horák <dan[at]danny.cz> 22.13-4
2a91c4
- peekfd still exists only on selected architectures
2a91c4
2a91c4
* Thu Oct 14 2010 Jan Görig <jgorig@redhat.com> 22.13-3
2a91c4
- fix #642800 - peekfd regression
2a91c4
2a91c4
* Wed Sep 29 2010 jkeating - 22.13-2
2a91c4
- Rebuilt for gcc bug 634757
2a91c4
2a91c4
* Thu Sep 16 2010 Jan Görig <jgorig@redhat.com> 22.13-1
2a91c4
- updated to new upstream version
2a91c4
- removed unused patch
2a91c4
- peekfd should work on all architectures now
2a91c4
- spec cleanups
2a91c4
2a91c4
* Tue May 25 2010 Jan Görig <jgorig@redhat.com> 22.10-1
2a91c4
- update to new upstream version
2a91c4
- remove unused patches
2a91c4
- docs are now in package
2a91c4
2a91c4
* Tue May 18 2010 Daniel Novotny <dnovotny@redhat.com> 22.6-14
2a91c4
- fix #588322 - fuser'ing a non-existent file yields two error messages
2a91c4
2a91c4
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 22.6-13
2a91c4
- Fix a buffer overflow
2a91c4
2a91c4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-12
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2a91c4
2a91c4
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 22.6-11
2a91c4
- merge review (#226322): a few .spec changes
2a91c4
2a91c4
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
2a91c4
- fix #497303 -  fuser -m <dev> doesn't work after lazy unmount
2a91c4
2a91c4
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-9
2a91c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2a91c4
2a91c4
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-8
2a91c4
- fix package so it builds again
2a91c4
2a91c4
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-7
2a91c4
- fix license tag
2a91c4
2a91c4
* Mon Apr 14 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-6
2a91c4
- fix #441871 - pstree fails to show most processes;
2a91c4
  patch by Emil Jerabek
2a91c4
2a91c4
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-5
2a91c4
- fix configure.ac to include all the required headers for peekfd
2a91c4
- remove kernel-headers again -- not needed in rawhide
2a91c4
2a91c4
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-4
2a91c4
- fix #440762 - add kernel-headers to build reuqirements
2a91c4
2a91c4
* Tue Feb 12 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-3
2a91c4
- rebuild (gcc-4.3)
2a91c4
2a91c4
* Mon Dec 10 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-2
2a91c4
- fix #417801 - exclude peekfd on secondary architectures
2a91c4
2a91c4
* Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-1
2a91c4
- update to new upstream version
2a91c4
2a91c4
* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-2
2a91c4
- rebuild (because of BuildID)
2a91c4
2a91c4
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.2
2a91c4
- exclude peekfd manpage on non-x86 archs
2a91c4
2a91c4
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.1
2a91c4
- rebuild
2a91c4
2a91c4
* Wed Jun 06 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1
2a91c4
- update to new upstream version
2a91c4
2a91c4
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com> 22.3-2
2a91c4
- fix #214214 - killall <path> misbehavior (prelink, etc)
2a91c4
2a91c4
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com> 22.3-1
2a91c4
- update to upstream 22.3
2a91c4
- backport ipv6 bugfix from upstream CVS
2a91c4
- clean up spec file
2a91c4
2a91c4
* Wed Jul 19 2006 Karel Zak <kzak@redhat.com>  - 22.2-5
2a91c4
- spec file cleanup & rebuild
2a91c4
2a91c4
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 22.2-4
2a91c4
- rebuild
2a91c4
2a91c4
* Wed May 17 2006 Karel Zak <kzak@redhat.com> 22.2-2
2a91c4
- add BuildRequires: gettext-devel
2a91c4
- sync with upstream
2a91c4
2a91c4
* Wed Mar 22 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1.1
2a91c4
- rebuild
2a91c4
2a91c4
* Tue Mar  7 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1
2a91c4
- update to new upstream CVS version 
2a91c4
- enable new fuser version
2a91c4
- fix fuser return code 
2a91c4
- fix #183897 - "pstree -a" call results in segmentation fault
2a91c4
2a91c4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2.1
2a91c4
- bump again for double-long bug on ppc(64)
2a91c4
2a91c4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2
2a91c4
- rebuilt for new gcc4.1 snapshot and glibc changes
2a91c4
2a91c4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2a91c4
- rebuilt
2a91c4
2a91c4
* Wed Nov 30 2005 Karel Zak <kzak@redhat.com> 21.8-1
2a91c4
- fix #174585 - killall crashes on long variable name
2a91c4
- spec file cleanup
2a91c4
2a91c4
* Wed Oct  5 2005 Karel Zak <kzak@redhat.com> 21.7-1.cvs20051005
2a91c4
- sync with upstream CVS
2a91c4
- use old version of fuser
2a91c4
2a91c4
* Thu Sep  8 2005 Karel Zak <kzak@redhat.com> 21.6-1
2a91c4
- sync with upstream release 21.6
2a91c4
- cleanup selinux patch
2a91c4
- fix #165167 - buffer overflow detected in fuser
2a91c4
2a91c4
* Sat Mar  5 2005 Karel Zak <kzak@redhat.com> 21.5-4
2a91c4
- fixed problem with perl expression in the build .spec section
2a91c4
2a91c4
* Sat Mar  5 2005 Karel Zak <kzak@redhat.com> 21.5-3
2a91c4
- rebuilt
2a91c4
2a91c4
* Tue Dec 14 2004 Karel Zak <kzak@redhat.com> 21.5-2
2a91c4
- use other way for psmisc-21.5-term.patch
2a91c4
2a91c4
* Mon Dec 13 2004 Karel Zak <kzak@redhat.com> 21.5-1
2a91c4
- Updated to new upstream version 21.5
2a91c4
- Ported SELinux patch forward as psmisc-21.5-selinux.patch
2a91c4
- Added psmisc-21.5-term.patch that fix termcap.h and term.h conflicts
2a91c4
2a91c4
* Fri Sep 24 2004 Mike A. Harris <mharris@redhat.com> 21.4-4
2a91c4
- Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754)
2a91c4
2a91c4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 21.4-3
2a91c4
- rebuilt
2a91c4
2a91c4
* Mon Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-2
2a91c4
- Re-enabled SELINUX support
2a91c4
- Removed gcc33 patch, no longer needed it seems.
2a91c4
2a91c4
* Mon Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-1
2a91c4
- Updated to new upstream version 21.4
2a91c4
- Ported SELinux patch forward as psmisc-21.4-redhat-selinux-psmisc.patch,
2a91c4
  but disabled SELINUX support temporarily until other build problems are
2a91c4
  resolved
2a91c4
- Remove MKINSTALLDIRS-./mkinstalldirs from "make install" as that causes the
2a91c4
  build to fail when "./" changes.  If this option is ever added back, make
2a91c4
  it relative to $RPM_BUILD_DIR instead of ./ so that things do not break
2a91c4
- Added pstree.x11 to file list after rpm reported it present in buildroot but
2a91c4
  not packaged
2a91c4
2a91c4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 21.3-8
2a91c4
- rebuilt
2a91c4
2a91c4
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 21.3-7
2a91c4
- fix is_selinux_enabled call
2a91c4
2a91c4
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6.sel
2a91c4
- turn on selinux
2a91c4
- Hack to fix build problem on Fedora core
2a91c4
2a91c4
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6
2a91c4
- turn off selinux
2a91c4
2a91c4
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-5.sel
2a91c4
- change flags to -Z and build for selinux
2a91c4
2a91c4
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-4
2a91c4
- Remove -lsecure check from configure.
2a91c4
2a91c4
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-2
2a91c4
- Added SELinux patches
2a91c4
2a91c4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2a91c4
- rebuilt
2a91c4
2a91c4
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1.RHEL.0
2a91c4
- Bump to 21.3-1.RHEL.0 and rebuild for Red Hat Enterprise Linux
2a91c4
2a91c4
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1
2a91c4
- Updated to new upstream version 21.3
2a91c4
- Removed dead script gensig.sh
2a91c4
- Disabled psmisc-21.2-gcc33.patch as it is included in 21.3
2a91c4
2a91c4
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 21.2-5
2a91c4
- fix build with gcc 3.3
2a91c4
2a91c4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
2a91c4
- rebuilt
2a91c4
2a91c4
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-3
2a91c4
- Remove pidof manpage from buildroot by adding with_pidof conditional
2a91c4
- _bindir cleanup
2a91c4
2a91c4
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-2
2a91c4
- Updated to new upstream version 21.2
2a91c4
- Updated Source: URL to sourceforge's current ftp area
2a91c4
- Fixes fuser largefile bug (#66340)
2a91c4
- Disable prep time sh %%{SOURCE1} >src/signames.h as the 21.2 release
2a91c4
  fixes this already now.
2a91c4
2a91c4
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 20.2-7
2a91c4
- All-arch rebuild
2a91c4
- Updated spec file with _bindir et al. fixes.
2a91c4
2a91c4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 20.2-6
2a91c4
- automated rebuild
2a91c4
2a91c4
* Sun May 26 2002 Tim Powers <timp@redhat.com> 20.2-5
2a91c4
- automated rebuild
2a91c4
2a91c4
* Thu May 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-4
2a91c4
- Autogenerate the signal list from _includedir/bits/signum.h
2a91c4
  to make sure it works on all arches and doesn't break again.
2a91c4
2a91c4
* Wed May  8 2002 Trond Eivind Glomsrod <teg@redhat.com> 20.2-3
2a91c4
- Fix the signal list
2a91c4
- Don't strip when linking
2a91c4
- Use a %%{_tmppath}
2a91c4
2a91c4
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
2a91c4
- automated rebuild
2a91c4
2a91c4
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-1
2a91c4
- 20.2
2a91c4
- Add patch from bug report #56186; the problem is not reproducable,
2a91c4
  but the patch can't hurt.
2a91c4
2a91c4
* Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-2
2a91c4
- Add BuildRequires (#49562)
2a91c4
- s/Copyright/License/
2a91c4
- Fix license (it's actually dual-licensed BSD/GPL, not just "distributable")
2a91c4
2a91c4
* Wed Apr 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-1
2a91c4
- 20.1
2a91c4
2a91c4
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
2a91c4
- automatic rebuild
2a91c4
2a91c4
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
2a91c4
- FHS man paths
2a91c4
- patch makefile to enable non-root builds
2a91c4
2a91c4
* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2a91c4
- Deal with compressed man pages
2a91c4
2a91c4
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
2a91c4
- update to v19
2a91c4
- handle RPM_OPT_FLAGS
2a91c4
2a91c4
* Mon Sep 27 1999 Bill Nottingham <notting@redhat.com>
2a91c4
- move fuser to /sbin
2a91c4
2a91c4
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
2a91c4
- auto rebuild in the new build environment (release 2)
2a91c4
2a91c4
* Sat Mar 13 1999 Michael Maher <mike@redhat.com>
2a91c4
- updated package
2a91c4
2a91c4
* Fri May 01 1998 Prospector System <bugs@redhat.com>
2a91c4
- translations modified for de, fr, tr
2a91c4
2a91c4
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
2a91c4
- renamed the patch file .patch instead of .spec
2a91c4
2a91c4
* Thu Apr 09 1998 Erik Troan <ewt@redhat.com>
2a91c4
- updated to psmisc version 17
2a91c4
- buildrooted
2a91c4
2a91c4
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
2a91c4
- updated from version 11 to version 16
2a91c4
- spec file cleanups
2a91c4
2a91c4
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
2a91c4
- built against glibc