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