From 44cf705126a11552bbfdcd54750d0e68070dd65d5b609ba650816c3e0f5e4e07 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 18 Jul 2007 20:56:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=8 --- nfs-utils.changes | 5 +++++ nfs-utils.spec | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/nfs-utils.changes b/nfs-utils.changes index 04a618a..aec58a2 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 13:32:25 CEST 2007 - meissner@suse.de + +- buildrequire nfsidmap-devel + ------------------------------------------------------------------- Fri Jun 22 15:58:17 CEST 2007 - ro@suse.de diff --git a/nfs-utils.spec b/nfs-utils.spec index 0e25fdd..bc260c0 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -11,13 +11,13 @@ # norootforbuild Name: nfs-utils -BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent librpcsecgss nfsidmap openldap2-devel pkgconfig tcpd-devel +BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent librpcsecgss nfsidmap-devel pkgconfig tcpd-devel URL: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd Version: 1.1.0 -Release: 3 +Release: 4 Group: Productivity/Networking/NFS -License: GNU General Public License (GPL) +License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq Autoreqprov: on @@ -45,16 +45,15 @@ Authors: %package -n nfs-client Group: Productivity/Networking/NFS -Summary: Support Utilities for Kernel nfsd +Summary: Support Utilities for NFS Conflicts: nfs-server Obsoletes: nfs-utils < 1.1.0 Requires: portmap Provides: aaa_base:/etc/init.d/nfs %description -n nfs-client -This package contains the NFS utilities. You can tune the number of -server threads via the sysconfig variable USE_KERNEL_NFSD_NUMBER. For -quota over NFS support, install the quota package. +This package contains common NFS utilities which are needed for client +and kernel based server. @@ -72,9 +71,10 @@ Conflicts: nfs-server Requires: nfs-client = %{version} portmap %description -n nfs-kernel-server -This package contains the NFS utilities. You can tune the number of -server threads via the sysconfig variable USE_KERNEL_NFSD_NUMBER. For -quota over NFS support, install the quota package. +This package contains support for the kernel based NFS server. You can +tune the number of server threads via the sysconfig variable +USE_KERNEL_NFSD_NUMBER. For quota over NFS support, install the quota +package. @@ -85,13 +85,11 @@ Authors: %package -n nfs-doc Group: Productivity/Networking/NFS -Summary: Support Utilities for Kernel nfsd +Summary: Support Utilities for NFS Obsoletes: nfs-utils < 1.1.0 %description -n nfs-doc -This package contains the NFS utilities. You can tune the number of -server threads via the sysconfig variable USE_KERNEL_NFSD_NUMBER. For -quota over NFS support, install the quota package. +This package contains additional NFS documentation. @@ -233,6 +231,8 @@ rm -rf $RPM_BUILD_ROOT %doc nfs/*.html nfs/*.ps linux-nfs/* %changelog +* Tue Jul 17 2007 - meissner@suse.de +- buildrequire nfsidmap-devel * Fri Jun 22 2007 - ro@suse.de - added split-provides for nfs-client to get nfs-client installed on update from older versions where this was in aaa_base (#286743)