- Report the correct directory when hard link count is inconsistent
(#182001)
This commit is contained in:
parent
ee4e4932a2
commit
df0199697c
@ -1,7 +1,7 @@
|
||||
Summary: The GNU versions of find utilities (find and xargs).
|
||||
Name: findutils
|
||||
Version: 4.2.27
|
||||
Release: 3.2
|
||||
Release: 4
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/File
|
||||
@ -9,6 +9,7 @@ URL: http://www.gnu.org/software/findutils/
|
||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||
Patch1: findutils-no-locate.patch
|
||||
Patch2: findutils-selinux.patch
|
||||
Patch3: findutils-4.2.27-linkcount.patch
|
||||
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -31,6 +32,7 @@ useful for finding things on your system.
|
||||
%setup -q
|
||||
%patch1 -p1 -b .no-locate
|
||||
%patch2 -p1 -b .selinux
|
||||
%patch3 -p1 -b .linkcount
|
||||
|
||||
autoreconf
|
||||
|
||||
@ -71,6 +73,9 @@ rm -rf %{buildroot}
|
||||
%{_infodir}/find.info*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 19 2006 Miloslav Trmac <mitr@redhat.com> - 1:4.2.27-4
|
||||
- Report the correct directory when hard link count is inconsistent (#182001)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:4.2.27-3.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user