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