OBS User unknown 2007-06-22 14:22:18 +00:00 committed by Git OBS Bridge
parent 74605be3f2
commit 3c5ec114f6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 22 15:58:17 CEST 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)
-------------------------------------------------------------------
Mon Jun 11 11:41:39 CEST 2007 - mkoenig@suse.de

View File

@ -15,7 +15,7 @@ BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent librpcsecgss nfsidma
URL: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.0
Release: 2
Release: 3
Group: Productivity/Networking/NFS
License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -49,6 +49,7 @@ Summary: Support Utilities for Kernel nfsd
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
@ -232,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/*
%changelog
* 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)
* Mon Jun 11 2007 - mkoenig@suse.de
- add Obsoletes
* Tue Jun 05 2007 - mkoenig@suse.de