SHA256
1
0
forked from pool/nfs-utils

Accepting request 46400 from Base:System

Copy from Base:System/nfs-utils based on submit request 46400 from user coolo

OBS-URL: https://build.opensuse.org/request/show/46400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=60
This commit is contained in:
OBS User autobuild 2010-08-27 20:49:53 +00:00 committed by Git OBS Bridge
commit 499603bfcc
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 11 04:35:05 UTC 2010 - nfbrown@novell.com
- Change "Requires: portmap" to "Requires: rpcbind".
Current nfs-utils does not work properly with portmap
due to IPv6 being enabled, so we really need rpcbind.
So be explcit about that, else upgrading an old
installation will leave portmap in place which
won't work.
bnc#620346
-------------------------------------------------------------------
Sun Jul 25 07:01:59 UTC 2010 - aj@suse.de

View File

@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.2.1
Release: 7
Release: 8
Group: Productivity/Networking/NFS
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -70,7 +70,7 @@ License: GPLv2+
Group: Productivity/Networking/NFS
Summary: Support Utilities for NFS
Obsoletes: nfs-utils < 1.1.0
Requires: portmap
Requires: rpcbind
PreReq: %fillup_prereq %insserv_prereq
PreReq: permissions
Provides: aaa_base:/etc/init.d/nfs
@ -93,7 +93,7 @@ Summary: Support Utilities for Kernel nfsd
Provides: nfs-utils = %{version}
Obsoletes: nfs-utils < 1.1.0
Conflicts: nfs-server
Requires: nfs-client = %{version} portmap
Requires: nfs-client = %{version} rpcbind
PreReq: %fillup_prereq %insserv_prereq
%description -n nfs-kernel-server