From 313a052b4c406bb93eaf24f59a7c2c2d69faadd9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:44:31 +0000 Subject: [PATCH] auto-import changelog data from findutils-4.1.7-17.src.rpm Sat Oct 25 2003 Tim Waugh 4.1.7-17 - Rebuilt. Fri Oct 10 2003 Dan Walsh 4.1.7-16 - Turn off selinux Fri Oct 10 2003 Dan Walsh 4.1.7-15.sel - Turn on selinux Fri Sep 05 2003 Dan Walsh 4.1.7-15 - Turn off selinux Thu Aug 28 2003 Dan Walsh 4.1.7-14.sel - Turn on selinux Fri Jul 18 2003 Dan Walsh 4.1.7-13 - Add SELinux patch Wed Jun 04 2003 Elliot Lee - rebuilt Wed Apr 23 2003 Elliot Lee 4.1.7-11 - Remove config.{sub,guess} to make ppc64 work Mon Mar 17 2003 Tim Waugh 4.1.7-10 - Make 'xargs -i -n1' behave as expected (bug #86191). --- findutils.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/findutils.spec b/findutils.spec index 3afc7a3..8edd126 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,16 +1,24 @@ +%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} +%define WITH_SELINUX 0 +%endif Summary: The GNU versions of find utilities (find and xargs). Name: findutils Version: 4.1.7 -Release: 9 +Release: 17 Epoch: 1 License: GPL Group: Applications/File Source0: ftp://alpha.gnu.org/gnu/%{name}-%{version}.tar.gz Patch0: findutils-53857.patch Patch1: findutils-4.1.7-usage.patch +Patch2: findutils-4.1.7-i.patch +%if %{WITH_SELINUX} +BuildRequires: libselinux +Patch3: findutils-selinux.patch +%endif Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root - +BuildRequires: libtool %description The findutils package contains programs which will help you locate @@ -27,6 +35,14 @@ useful for finding things on your system. %setup -q %patch0 -p1 -b .53857 %patch1 -p1 -b .usage +%patch2 -p1 -b .i +%if %{WITH_SELINUX} +#SELinux +%patch3 -p1 -b .selinux +%endif + +rm -f config.guess config.sub +libtoolize --force %build %define optflags $RPM_OPT_FLAGS -D_GNU_SOURCE @@ -77,7 +93,34 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog -* Wed Jan 22 2003 Tim Powers +* Sat Oct 25 2003 Tim Waugh 4.1.7-17 +- Rebuilt. + +* Fri Oct 10 2003 Dan Walsh 4.1.7-16 +- Turn off selinux + +* Fri Oct 10 2003 Dan Walsh 4.1.7-15.sel +- Turn on selinux + +* Fri Sep 5 2003 Dan Walsh 4.1.7-15 +- Turn off selinux + +* Thu Aug 28 2003 Dan Walsh 4.1.7-14.sel +- Turn on selinux + +* Fri Jul 18 2003 Dan Walsh 4.1.7-13 +- Add SELinux patch + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Wed Apr 23 2003 Elliot Lee 4.1.7-11 +- Remove config.{sub,guess} to make ppc64 work + +* Mon Mar 17 2003 Tim Waugh 4.1.7-10 +- Make 'xargs -i -n1' behave as expected (bug #86191). + +* Wed Jan 22 2003 Tim Powers 4.1.7-9 - rebuilt * Tue Oct 22 2002 Tim Waugh 4.1.7-8