diff --git a/nfs-utils-1.0.7-bind-syntax.patch b/nfs-utils-1.0.7-bind-syntax.patch index 2eed230..c3041ba 100644 --- a/nfs-utils-1.0.7-bind-syntax.patch +++ b/nfs-utils-1.0.7-bind-syntax.patch @@ -8,7 +8,7 @@ --- a/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) { ep->e_fslocmethod = FSLOC_REPLICA; ep->e_fslocdata = strdup(opt+9); diff --git a/nfs-utils-2.5.1.tar.xz b/nfs-utils-2.5.1.tar.xz deleted file mode 100644 index c13aaf6..0000000 --- a/nfs-utils-2.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f1c8170e16a07d9836bbf0836d48d0c842b6f0e0e8b18748f099751851d30c4 -size 694468 diff --git a/nfs-utils-2.5.2.tar.xz b/nfs-utils-2.5.2.tar.xz new file mode 100644 index 0000000..f490b05 --- /dev/null +++ b/nfs-utils-2.5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de +size 696332 diff --git a/nfs-utils.changes b/nfs-utils.changes index 4396d5b..f1ca41f 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Oct 29 15:21:57 UTC 2020 - Petr Vorel + +- 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 diff --git a/nfs-utils.spec b/nfs-utils.spec index 30ad0ee..11b571e 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -22,7 +22,7 @@ %endif Name: nfs-utils -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: Support Utilities for Kernel nfsd 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. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build autoreconf -fvi