Accepting request 100464 from home:tabraham1:branches:Base:System
update to 4.5.10 OBS-URL: https://build.opensuse.org/request/show/100464 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
05c9d5f433
commit
e8d8ebfa75
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package findutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,33 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: findutils
|
||||
Url: http://www.gnu.org/software/findutils/
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Version: 4.4.2
|
||||
Version: 4.5.10
|
||||
Release: 0
|
||||
Summary: The GNU versions of find utilities (find and xargs)
|
||||
# retreived from http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz
|
||||
# retrieved from http://alpha.gnu.org/pub/gnu/findutils/findutils-4.5.10.tar.gz
|
||||
Source: findutils-%{version}.tar.bz2
|
||||
Source1: sysconfig.locate
|
||||
Source2: cron.daily.updatedb
|
||||
# Use /proc/mounts instead of /etc/mtab as autofs entries are only
|
||||
# listed in the kernels >= 2.6.32
|
||||
Patch0: findutils-use_proc_mounts.patch
|
||||
Patch0: findutils-4.5.10-use_proc_mounts.patch
|
||||
# adds a new option -xautofs to find to not descend into directories on autofs file systems
|
||||
Patch1: findutils-4.4.2-xautofs.patch
|
||||
# patch accepted by gnulib upstream - rhbz#538536
|
||||
Patch2: findutils-4.4.2-fts-remount.patch
|
||||
# gnulib based SELinux patch adding a new search predicate -context and
|
||||
# a new -printf conversion %Z
|
||||
Patch3: findutils-4.4.2-selinux.patch
|
||||
# once the selinux-at module appears on the list within import-gnulib.config
|
||||
# the following patch will be no longer needed
|
||||
Patch4: findutils-4.4.2-selinux-gnulib.patch
|
||||
Patch5: findutils-4.4.2-updatedb.patch
|
||||
Patch6: findutils-prune_unknown.patch
|
||||
Patch7: findutils-updatedb_ignore_nfsv4.patch
|
||||
Patch2: findutils-4.4.2-updatedb.patch
|
||||
Patch3: findutils-4.5.10-prune_unknown.patch
|
||||
Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake
|
||||
%if 0%{?suse_version} > 1100
|
||||
@@ -85,11 +79,8 @@ switching on the computer.
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch3
|
||||
%patch4
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
|
Reference in New Issue
Block a user