Update to findutils-4.2.31, Resolves: #243732
This commit is contained in:
parent
ca6ac22cbe
commit
4e69e2e071
@ -1,2 +1,3 @@
|
||||
findutils-4.2.29.tar.gz
|
||||
findutils-4.2.29.tar.gz.sig
|
||||
findutils-4.2.31.tar.gz
|
||||
|
22
findutils-4.2.31-no-locate.patch
Normal file
22
findutils-4.2.31-no-locate.patch
Normal file
@ -0,0 +1,22 @@
|
||||
--- findutils-4.2.31/Makefile.am_old 2007-03-02 01:14:25.000000000 +0100
|
||||
+++ findutils-4.2.31/Makefile.am 2007-06-12 15:18:53.000000000 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EXTRA_DIST = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in \
|
||||
THANKS config.rpath import-gnulib.sh import-gnulib.config
|
||||
-SUBDIRS = gnulib lib find xargs locate doc po m4
|
||||
+SUBDIRS = gnulib lib find xargs doc po m4
|
||||
|
||||
ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4
|
||||
|
||||
--- findutils-4.2.31/Makefile.in_old 2007-06-12 15:18:05.000000000 +0200
|
||||
+++ findutils-4.2.31/Makefile.in 2007-06-12 15:19:00.000000000 +0200
|
||||
@@ -423,7 +423,7 @@
|
||||
EXTRA_DIST = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in \
|
||||
THANKS config.rpath import-gnulib.sh import-gnulib.config
|
||||
|
||||
-SUBDIRS = gnulib lib find xargs locate doc po m4
|
||||
+SUBDIRS = gnulib lib find xargs doc po m4
|
||||
ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
@ -1,14 +1,14 @@
|
||||
Summary: The GNU versions of find utilities (find and xargs)
|
||||
Name: findutils
|
||||
Version: 4.2.29
|
||||
Release: 2
|
||||
Version: 4.2.31
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/File
|
||||
URL: http://www.gnu.org/software/findutils/
|
||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz.sig
|
||||
Patch1: findutils-no-locate.patch
|
||||
#Source1: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz.sig
|
||||
Patch1: findutils-4.2.31-no-locate.patch
|
||||
Patch2: findutils-selinux.patch
|
||||
|
||||
Requires(post): /sbin/install-info
|
||||
@ -75,6 +75,10 @@ rm -rf %{buildroot}
|
||||
%{_infodir}/find.info*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 12 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:4.2.31-1
|
||||
- Update to findutils-4.2.31
|
||||
Resolves: #243732
|
||||
|
||||
* Fri Jan 5 2007 Miloslav Trmac <mitr@redhat.com> - 1:4.2.29-2
|
||||
- Ignore install-info errors in scriptlets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user