OBS User unknown
2008-09-26 13:05:25 +00:00
committed by Git OBS Bridge
parent 2b4f8de9e4
commit e3ed016202
3 changed files with 27 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
Release: 3
Release: 4
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -281,6 +281,11 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
* Fri Sep 26 2008 nfbrown@suse.de
- Fix nfs.init to check for portmap or rpcbind properly.
Either or both can be installed, but as long as one is
running, neither 'start' or 'status' will complain.
bnc#428436
* Mon Sep 22 2008 nfbrown@suse.de
- Change nfs.init to do nothing if NFS is not mentioend in /etc/fstab,
and sure it is always enabled. bnc#331667