forked from pool/nfs-utils
Accepting request 844899 from home:pevik:branches:Base:System
- Update to version 2.5.2 - fixed a couple memory leaks and other bug fixes, - a lot of clean up - Refresh nfs-utils-1.0.7-bind-syntax.patch - Use %autosetup -p1 OBS-URL: https://build.opensuse.org/request/show/844899 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=230
This commit is contained in:
parent
12dc548a18
commit
dfb68c7b71
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
--- a/support/nfs/exports.c
|
--- a/support/nfs/exports.c
|
||||||
+++ b/support/nfs/exports.c
|
+++ b/support/nfs/exports.c
|
||||||
@@ -658,6 +658,8 @@ bad_option:
|
@@ -682,6 +682,8 @@ bad_option:
|
||||||
} else if (strncmp(opt, "replicas=", 9) == 0) {
|
} else if (strncmp(opt, "replicas=", 9) == 0) {
|
||||||
ep->e_fslocmethod = FSLOC_REPLICA;
|
ep->e_fslocmethod = FSLOC_REPLICA;
|
||||||
ep->e_fslocdata = strdup(opt+9);
|
ep->e_fslocdata = strdup(opt+9);
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f1c8170e16a07d9836bbf0836d48d0c842b6f0e0e8b18748f099751851d30c4
|
|
||||||
size 694468
|
|
3
nfs-utils-2.5.2.tar.xz
Normal file
3
nfs-utils-2.5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de
|
||||||
|
size 696332
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 29 15:21:57 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 2.5.2
|
||||||
|
- fixed a couple memory leaks and other bug fixes,
|
||||||
|
- a lot of clean up
|
||||||
|
- Refresh nfs-utils-1.0.7-bind-syntax.patch
|
||||||
|
- Use %autosetup -p1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 06:24:22 UTC 2020 - Neil Brown <nfbrown@suse.com>
|
Wed Sep 30 06:24:22 UTC 2020 - Neil Brown <nfbrown@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
Version: 2.5.1
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support Utilities for Kernel nfsd
|
Summary: Support Utilities for Kernel nfsd
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -125,8 +125,7 @@ and group ID. Both the NFS server and client code in the kernel need to
|
|||||||
translate these to numeric IDs.
|
translate these to numeric IDs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user