From df0199697cf8a21d5b26bd555adb60592a9ba6bc Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sun, 19 Feb 2006 09:33:31 +0000 Subject: [PATCH] - Report the correct directory when hard link count is inconsistent (#182001) --- findutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 3964ae4..712062b 100644 --- a/findutils.spec +++ b/findutils.spec @@ -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 - 1:4.2.27-4 +- Report the correct directory when hard link count is inconsistent (#182001) + * Fri Feb 10 2006 Jesse Keating - 1:4.2.27-3.2 - bump again for double-long bug on ppc(64)