auto-import changelog data from findutils-4.1.7-17.src.rpm
Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-17 - Rebuilt. Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-16 - Turn off selinux Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15.sel - Turn on selinux Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15 - Turn off selinux Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-14.sel - Turn on selinux Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-13 - Add SELinux patch Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Apr 23 2003 Elliot Lee <sopwith@redhat.com> 4.1.7-11 - Remove config.{sub,guess} to make ppc64 work Mon Mar 17 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-10 - Make 'xargs -i -n1' behave as expected (bug #86191).
This commit is contained in:
parent
7ca0931b46
commit
313a052b4c
@ -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 <timp@redhat.com>
|
||||
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-17
|
||||
- Rebuilt.
|
||||
|
||||
* Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-16
|
||||
- Turn off selinux
|
||||
|
||||
* Fri Oct 10 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15.sel
|
||||
- Turn on selinux
|
||||
|
||||
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-15
|
||||
- Turn off selinux
|
||||
|
||||
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-14.sel
|
||||
- Turn on selinux
|
||||
|
||||
* Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 4.1.7-13
|
||||
- Add SELinux patch
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Apr 23 2003 Elliot Lee <sopwith@redhat.com> 4.1.7-11
|
||||
- Remove config.{sub,guess} to make ppc64 work
|
||||
|
||||
* Mon Mar 17 2003 Tim Waugh <twaugh@redhat.com> 4.1.7-10
|
||||
- Make 'xargs -i -n1' behave as expected (bug #86191).
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.1.7-9
|
||||
- rebuilt
|
||||
|
||||
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 4.1.7-8
|
||||
|
Loading…
Reference in New Issue
Block a user