This commit is contained in:
parent
369bfd08cc
commit
ffbd354de7
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 02:43:20 CET 2008 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- nfs.init
|
||||||
|
* Don't signal an error if asked to stop 'nfs'
|
||||||
|
when there is nothing to stop. Signalling an
|
||||||
|
error here causes "rpm -e nfs-client" to fail.
|
||||||
|
(bnc#450940)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 2 03:15:50 CET 2008 - nfbrown@suse.de
|
Tue Dec 2 03:15:50 CET 2008 - nfbrown@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ BuildRequires: libevent
|
|||||||
Url: http://nfs.sourceforge.net
|
Url: http://nfs.sourceforge.net
|
||||||
Summary: Support Utilities for Kernel nfsd
|
Summary: Support Utilities for Kernel nfsd
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 14
|
Release: 15
|
||||||
Group: Productivity/Networking/NFS
|
Group: Productivity/Networking/NFS
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -289,6 +289,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 05 2008 nfbrown@suse.de
|
||||||
|
- nfs.init
|
||||||
|
* Don't signal an error if asked to stop 'nfs'
|
||||||
|
when there is nothing to stop. Signalling an
|
||||||
|
error here causes "rpm -e nfs-client" to fail.
|
||||||
|
(bnc#450940)
|
||||||
* Tue Dec 02 2008 nfbrown@suse.de
|
* Tue Dec 02 2008 nfbrown@suse.de
|
||||||
- warn-nfs-udp.patch
|
- warn-nfs-udp.patch
|
||||||
* Add warnings to nfs.man about usage of UDP
|
* Add warnings to nfs.man about usage of UDP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user