709426
Summary: The GNU versions of find utilities (find and xargs)
709426
Name: findutils
709426
Version: 4.5.11
e16e59
Release: 6%{?dist}
709426
Epoch: 1
709426
License: GPLv3+
709426
Group: Applications/File
709426
URL: http://www.gnu.org/software/findutils/
709426
Source0: ftp://alpha.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
709426
709426
# do not build locate
709426
Patch1: findutils-4.4.0-no-locate.patch
709426
709426
# learn find to recognize autofs file system by reading /proc/mounts
709426
# as autofs mount points are not listed in /etc/mtab
709426
Patch2: findutils-4.4.2-autofs.patch
709426
709426
# add a new option -xautofs to find to not descend into directories on autofs
709426
# file systems
709426
Patch3: findutils-4.4.2-xautofs.patch
709426
709426
# eliminate compile-time warnings
709426
Patch4: findutils-4.5.7-warnings.patch
709426
c4b182
# eliminate failure of gnulib tests on little-endian PowerPC (#1083145)
c4b182
Patch5: findutils-4.5.11-ppc-gnulib-tests.patch
c4b182
c4b182
# print a warning if find -perm +omode is used (#1116237)
c4b182
Patch6: findutils-4.5.11-bz1116237.patch
c4b182
e16e59
# fix file descriptor leak with --execdir option (#1309633)
e16e59
Patch7: findutils-4.5.11-fd-leak.patch
e16e59
709426
Requires(post): /sbin/install-info
709426
Requires(preun): /sbin/install-info
709426
Conflicts: filesystem < 3
709426
Provides: /bin/find
709426
Provides: bundled(gnulib)
709426
709426
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
709426
BuildRequires: automake
709426
BuildRequires: dejagnu
709426
BuildRequires: gettext-devel
709426
BuildRequires: libselinux-devel
709426
BuildRequires: texinfo
709426
709426
%description
709426
The findutils package contains programs which will help you locate
709426
files on your system.  The find utility searches through a hierarchy
709426
of directories looking for files which match a certain set of criteria
709426
(such as a file name pattern).  The xargs utility builds and executes
709426
command lines from standard input arguments (usually lists of file
709426
names generated by the find command).
709426
709426
You should install findutils because it includes tools that are very
709426
useful for finding things on your system.
709426
709426
%prep
709426
%setup -q
709426
rm -rf locate
709426
%patch1 -p1
709426
%patch2 -p1
709426
%patch3 -p1
709426
%patch4 -p1
c4b182
%patch5 -p1
c4b182
%patch6 -p1
709426
e16e59
%patch7 -p1
e16e59
chmod 0755 "find/testsuite/sv-34976-execdir-fd-leak.sh"
e16e59
709426
# needed because of findutils-4.4.0-no-locate.patch
709426
autoreconf -iv
709426
709426
%build
709426
%configure
709426
709426
# uncomment to turn off optimizations
709426
#find -name Makefile | xargs sed -i 's/-O2/-O0/'
709426
709426
make %{?_smp_mflags}
709426
709426
%check
709426
make check
709426
709426
%install
709426
make install DESTDIR=$RPM_BUILD_ROOT
709426
709426
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
709426
709426
%find_lang %{name}
709426
709426
%post
709426
if [ -f %{_infodir}/find.info.gz ]; then
709426
  /sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir || :
709426
fi
709426
709426
%preun
709426
if [ $1 = 0 ]; then
709426
  if [ -f %{_infodir}/find.info.gz ]; then
709426
    /sbin/install-info --delete %{_infodir}/find.info.gz %{_infodir}/dir || :
709426
  fi
709426
fi
709426
709426
%files -f %{name}.lang
709426
%doc AUTHORS COPYING NEWS README THANKS TODO ChangeLog
709426
%{_bindir}/find
709426
%{_bindir}/oldfind
709426
%{_bindir}/xargs
709426
%{_mandir}/man1/find.1*
709426
%{_mandir}/man1/oldfind.1*
709426
%{_mandir}/man1/xargs.1*
709426
%{_infodir}/find.info*
709426
%{_infodir}/find-maint.info.gz
709426
709426
%changelog
e16e59
* Thu Feb 18 2016 Kamil Dudka <kdudka@redhat.com> - 1:4.5.11-6
e16e59
- fix file descriptor leak with --execdir option (#1309633)
e16e59
c4b182
* Mon Jun 01 2015 Kamil Dudka <kdudka@redhat.com> - 1:4.5.11-5
c4b182
- print a warning if find -perm +omode is used (#1116237)
c4b182
c4b182
* Fri Aug 01 2014 Kamil Dudka <kdudka@redhat.com> - 1:4.5.11-4
c4b182
- eliminate failure of gnulib tests on little-endian PowerPC (#1125504)
c4b182
22bb10
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:4.5.11-3
22bb10
- Mass rebuild 2014-01-24
22bb10
22bb10
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:4.5.11-2
22bb10
- Mass rebuild 2013-12-27
22bb10
709426
* Sun Feb 03 2013 Kamil Dudka <kdudka@redhat.com> - 1:4.5.11-1
709426
- new upstream release
709426
709426
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1:4.5.10-7
709426
- fix specfile issues reported by the fedora-review script
709426
- do not use the AM_C_PROTOTYPES macro (removed in Automake 1.12)
709426
- do not require gets() to be declared
709426
709426
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.10-6
709426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
709426
709426
* Wed May 16 2012 Kamil Dudka <kdudka@redhat.com> - 1:4.5.10-5
709426
- add virtual provides for bundled(gnulib) copylib (#821753)
709426
709426
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1:4.5.10-4
709426
- add filesystem guard
709426
709426
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1:4.5.10-3
709426
- install everything in /usr
709426
  https://fedoraproject.org/wiki/Features/UsrMove
709426
709426
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.10-2
709426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
709426
709426
* Wed May 11 2011 Kamil Dudka <kdudka@redhat.com> - 1:4.5.10-1
709426
- new upstream release
709426
709426
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.9-3
709426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
709426
709426
* Mon May 24 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.9-2
709426
- fix some bugs in handling of -execdir (Savannah bug #29949)
709426
709426
* Wed May 05 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.9-1
709426
- new upstream release, dropped applied patches
709426
709426
* Tue Apr 06 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.7-4
709426
- avoid assertion failure due to access permissions (#579476)
709426
709426
* Sun Apr 04 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.7-3
709426
- upstream bugfix http://savannah.gnu.org/bugs/?29435
709426
709426
* Sat Apr 03 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.7-2
709426
- avoid assertion failure on non-recognized O_CLOEXEC
709426
709426
* Sat Apr 03 2010 Kamil Dudka <kdudka@redhat.com> - 1:4.5.7-1
709426
- new upstream release, dropped applied patches
709426
- eliminated compile-time warnings
709426
709426
* Thu Nov 26 2009 Kamil Dudka <kdudka@redhat.com> - 1:4.4.2-6
709426
- update SELinux patch to the latest upstream (gnulib based) version
709426
709426
* Wed Nov 18 2009 Kamil Dudka <kdudka@redhat.com> - 1:4.4.2-5
709426
- do not fail silently on a remount during traverse (#538536)
709426
709426
* Tue Oct 20 2009 Kamil Dudka <kdudka@redhat.com> - 1:4.4.2-4
709426
- make it possible to recognize an autofs filesystem by find
709426
- add a new find's option -xautofs to not descend directories on autofs
709426
  filesystems
709426
709426
* Mon Sep 14 2009 Kamil Dudka <kdudka@redhat.com> - 1:4.4.2-3
709426
- do process install-info only without --excludedocs(#515914)
709426
709426
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.2-2
709426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
709426
709426
* Wed Jul  1 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.4.2-1
709426
- Update to findutils-4.4.2
709426
709426
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.0-2
709426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
709426
709426
* Wed Apr 30 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.4.0-1
709426
- Update to findutils-4.4.0
709426
  Resolves: #437733
709426
709426
* Mon Apr 14 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.33-3
709426
- Move find to /bin
709426
  Resolves: #438183
709426
709426
* Fri Mar 28 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.33-2
709426
- Fix xargs ARG_MAX assert
709426
  Resolves: #439168
709426
709426
* Fri Feb 15 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.33-1
709426
- Update to findutils-4.2.33
709426
- Fix License
709426
709426
* Wed Feb 13 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.32-1
709426
- Update to findutils-4.2.32
709426
709426
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.31-4
709426
- Rebuild
709426
709426
* Fri Jan 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.31-3
709426
- Rebuild
709426
709426
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.31-2
709426
- fix license
709426
- rebuild
709426
709426
* Tue Jun 12 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.31-1
709426
- Update to findutils-4.2.31
709426
  Resolves: #243732
709426
709426
* Fri Jan  5 2007 Miloslav Trmac <mitr@redhat.com> - 1:4.2.29-2
709426
- Ignore install-info errors in scriptlets
709426
709426
* Sun Nov 26 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.29-1
709426
- Update to findutils-4.2.29
709426
- Fix some rpmlint warnings
709426
709426
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-4.1
709426
- rebuild
709426
709426
* Sun Feb 19 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.27-4
709426
- Report the correct directory when hard link count is inconsistent (#182001)
709426
709426
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-3.2
709426
- bump again for double-long bug on ppc(64)
709426
709426
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-3.1
709426
- rebuilt for new gcc4.1 snapshot and glibc changes
709426
709426
* Mon Jan 30 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.27-3
709426
- Updated SELinux patch, --context is no longer valid (use -context)
709426
709426
* Thu Jan 12 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.27-2
709426
- Don't use uninitialized memory in -printf %%Z (#174485)
709426
- Ship more documentation files
709426
- Clean up the spec file a bit
709426
709426
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
709426
- rebuilt
709426
709426
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.27-1
709426
- 4.2.27.
709426
- No longer need arg_max patch.
709426
709426
* Mon Nov 21 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.26-1
709426
- One further arg_max fix for PPC.
709426
- Applied arg_max patch from upstream to fix test suite failures.
709426
- 4.2.26 (fixes bug #173817).
709426
709426
* Tue Oct 11 2005 Dan Walsh <dwalsh@redhat.com> 1:4.2.25-3
709426
- Fix selinux patch
709426
709426
* Mon Sep  5 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.25-2
709426
- 4.2.25.
709426
709426
* Mon Jun 20 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.23-1
709426
- 4.2.23.
709426
709426
* Thu Mar 17 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.20-1
709426
- 4.2.20.
709426
709426
* Mon Mar 14 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-3
709426
- Applied patch from Robert Scheck to fix compilation with GCC 4 (bug #151031).
709426
709426
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-2
709426
- Rebuild for new GCC.
709426
709426
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-1
709426
- 4.2.18.
709426
709426
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.15-2
709426
- Added nofollow patch from upstream.
709426
709426
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.15-1
709426
- 4.2.15.  Lots of patches removed due to upstream merge.
709426
709426
* Tue Jan 4 2005 Dan Walsh <dwalsh@redhat.com> 1:4.1.20-8
709426
- Change --context to use fnmatch instead of strcmp
709426
709426
* Tue Dec  7 2004 Tim Waugh <twaugh@redhat.com>
709426
- Removed "G" and "M" size qualifiers from man page, since support for
709426
  those is not in the stable branch (bug #141987).
709426
709426
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-7
709426
- Better xargs ARG_SIZE handling (bug #135129).
709426
709426
* Fri Oct 15 2004 Tim Waugh <twaugh@redhat.com>
709426
- Fixed d_type patch for underquoted m4 macro.
709426
709426
* Fri Oct  8 2004 Tim Waugh <twaugh@redhat.com>
709426
- Use upstream patch for find -size man page fix.
709426
709426
* Wed Oct  6 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-6
709426
- Fixed bug #126352.
709426
709426
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-5
709426
- Build requires gettext-devel, texinfo (bug #134692).
709426
709426
* Thu Sep 30 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-4
709426
- Set re->translate before re_compile_pattern (bug #134190).
709426
709426
* Sun Aug  1 2004 Alan Cox <alan@redhat.com> 1:4.1.20-3
709426
- Fix build with current auto* tools (Steve Grubb)
709426
709426
* Tue Jul  6 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-2
709426
- Fix -iregex (bug #127297).
709426
709426
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-1
709426
- Clarify find man page (bug #126098).
709426
- Apply changes by Robert Scheck <redhat@linuxnetz.de> (bug #126352):
709426
  - Upgrade to 4.1.20 and some specfile cleanup
709426
709426
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
709426
- rebuilt
709426
709426
* Thu May 20 2004 Tim Waugh <twaugh@redhat.com> 4.1.7-26
709426
- Fixed build requirements (bug #123746).
709426
709426
* Sun Mar 14 2004 Tim Waugh <twaugh@redhat.com> 4.1.7-25
709426
- Apply Jakub Jelinek's patch for xargs -E/-I/-L options.
709426
709426
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 4.1.7-24
709426
- Apply selinux patch last so that it can be turned off (bug #118025).
709426
709426
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com>
709426
- Jakub Jelinek's d_type patch improvement.
709426
709426
* Sun Mar  7 2004 Tim Waugh <twaugh@redhat.com> 4.1.7-23
709426
- Run 'make check'.
709426
- Apply Ulrich Drepper's improvement on the d_type patch.
709426
709426
* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com> 4.1.7-22
709426
- Apply Jakub Jelinek's d_type patch for improved efficiency with
709426
  many common expressions.
709426
709426
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
709426
- rebuilt
709426
709426
* Tue Jan 27 2004 Dan Walsh <dwalsh@redhat.com> 4.1.7-20
709426
- fix call to is_selinux_enabled
709426
709426
* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-19
709426
- Turn off SELinux
709426
709426
* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-18.sel
709426
- Turn on selinux
709426
709426
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-17
709426
- Rebuilt.
709426
709426
* Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-16
709426
- Turn off selinux
709426
709426
* Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15.sel
709426
- Turn on selinux
709426
709426
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15
709426
- Turn off selinux
709426
709426
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-14.sel
709426
- Turn on selinux
709426
709426
* Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-13
709426
- Add SELinux patch
709426
709426
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
709426
- rebuilt
709426
709426
* Wed Apr 23 2003 Elliot Lee <sopwith@redhat.com> 4.1.7-11
709426
- Remove config.{sub,guess} to make ppc64 work
709426
709426
* Mon Mar 17 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-10
709426
- Make 'xargs -i -n1' behave as expected (bug #86191).
709426
709426
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.1.7-9
709426
- rebuilt
709426
709426
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-8
709426
- Ship translations.
709426
- Don't install files not packaged.
709426
709426
* Wed Jul  3 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-7
709426
- Fix usage message (bug #67828).
709426
709426
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.1.7-6
709426
- automated rebuild
709426
709426
* Thu May 23 2002 Tim Powers <timp@redhat.com> 4.1.7-5
709426
- automated rebuild
709426
709426
* Tue Feb 26 2002 Tim Waugh <twaugh@redhat.co,> 4.1.7-4
709426
- Rebuild in new environment.
709426
709426
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-3
709426
- s/Copyright/License/.
709426
- Fix documentation (bug #53857).
709426
709426
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
709426
- automated rebuild
709426
709426
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
709426
- update to 4.1.7, no additional patch needed anymore
709426
709426
* Thu Feb  8 2001 Preston Brown <pbrown@redhat.com>
709426
- remove extraneous linking to librt/libpthreads.
709426
709426
* Tue Oct 17 2000 Florian La Roche <Florian.LaRoche@redhat.de>
709426
- update to 4.1.6
709426
709426
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
709426
- automatic rebuild
709426
709426
* Wed Jun 28 2000 Preston Brown <pbrown@redhat.com>
709426
- revert to 4.1.5 ( :) ) on the advice of HJ Lu
709426
- patch to fix finding w/ -perm flag
709426
709426
* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com>
709426
- revert to 4.1.4
709426
- reapply numblks patch
709426
- generate new nolocate patch, we don't ship it.
709426
709426
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
709426
- 4.1.5, FHS paths
709426
- remove mktemp,getshort patches (don't ship locate)
709426
- alpha, numblks patch no longer needed
709426
709426
* Mon Apr  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
709426
- 4.1.4
709426
- remove some obsolete patches, adapt others
709426
- fix build on alpha
709426
709426
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
709426
- fix summary
709426
- ma  pages are compressed
709426
709426
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
709426
- new description.
709426
709426
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
709426
- fixed block count bug (# 2141)
709426
709426
* Mon Mar 29 1999 Preston Brown <pbrown@redhat.com>
709426
- patch to fix xargs out of bounds overflow (bug # 1279)
709426
709426
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
709426
- auto rebuild in the new build environment (release 30)
709426
709426
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
709426
- strip binaries.
709426
709426
* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
709426
- remove further updatedb remnants (#1072).
709426
709426
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
709426
- added patch for glibc21
709426
709426
* Mon Nov 16 1998 Erik Troan <ewt@redhat.com>
709426
- removed locate stuff (as we now ship slocate)
709426
709426
* Wed Jun 10 1998 Erik Troan <ewt@redhat.com>
709426
- updated updatedb cron script to not look for $TMPNAME.n (which was
709426
  a relic anyway)
709426
- added -b parameters to all of the patches
709426
709426
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
709426
- translations modified for de, fr, tr
709426
709426
* Mon Mar 09 1998 Michael K. Johnson <johnsonm@redhat.com>
709426
- make updatedb.cron use mktemp correctly
709426
- make updatedb use mktemp
709426
709426
* Sun Nov 09 1997 Michael K. Johnson <johnsonm@redhat.com>
709426
- nobody should own tmpfile
709426
- ignore /net
709426
709426
* Wed Nov 05 1997 Michael K. Johnson <johnsonm@redhat.com>
709426
- made updatedb.cron do a better job of cleaning up after itself.
709426
709426
* Tue Oct 28 1997 Donald Barnes <djb@redhat.com>
709426
- fixed 64 bit-ism in getline.c, patch tacked on to end of glibc one
709426
709426
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
709426
- added patch for glibc 2.1
709426
709426
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
709426
- added BuildRoot support
709426
709426
* Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
709426
- made updatedb.cron work even if "nobody" can't read /root
709426
- use mktemp in updatedb.cron
709426
709426
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
709426
- added missing info pages
709426
- uses install-info
709426
709426
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
709426
- built with glibc
709426
709426
* Mon Apr 21 1997 Michael K. Johnson <johnsonm@redhat.com>
709426
- fixed updatedb.cron