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