- Set re->translate before re_compile_pattern (bug #134190).
This commit is contained in:
parent
6e53ef2835
commit
bc13fcac21
@ -4,7 +4,7 @@
|
||||
Summary: The GNU versions of find utilities (find and xargs).
|
||||
Name: findutils
|
||||
Version: 4.1.20
|
||||
Release: 3
|
||||
Release: 4
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/File
|
||||
@ -18,11 +18,12 @@ Patch5: findutils-install.patch
|
||||
Patch6: findutils-size.patch
|
||||
Patch7: findutils-iregex.patch
|
||||
Patch8: findutils-no-locate.patch
|
||||
Patch9: findutils-regex.patch
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: libselinux-devel
|
||||
Patch9: findutils-selinux.patch
|
||||
Patch10: findutils-selinux.patch
|
||||
%endif
|
||||
Patch10: findutils-build.patch
|
||||
Patch11: findutils-build.patch
|
||||
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -51,11 +52,12 @@ useful for finding things on your system.
|
||||
%patch6 -p1 -b .size
|
||||
%patch7 -p1 -b .iregex
|
||||
%patch8 -p1 -b .no-locate
|
||||
%patch9 -p1 -b .regex
|
||||
%if %{WITH_SELINUX}
|
||||
#SELinux
|
||||
%patch9 -p1 -b .selinux
|
||||
%patch10 -p1 -b .selinux
|
||||
%endif
|
||||
%patch10 -p1 -b .build
|
||||
%patch11 -p1 -b .build
|
||||
|
||||
rm -f config.guess config.sub
|
||||
libtoolize --force
|
||||
@ -121,6 +123,9 @@ rm -rf %{buildroot}
|
||||
%{_infodir}/find.info*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 30 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-4
|
||||
- Set re->translate before re_compile_pattern (bug #134190).
|
||||
|
||||
* Sun Aug 1 2004 Alan Cox <alan@redhat.com> 1:4.1.20-3
|
||||
- Fix build with current auto* tools (Steve Grubb)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user