Updated to latest upstream release: 2.3.2 (bz 1582341)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
4858c417b1
commit
9c243df7db
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Makefile
|
|||||||
nfs-utils-2.2.1/
|
nfs-utils-2.2.1/
|
||||||
/nfs-utils-2.3.1.tar.xz
|
/nfs-utils-2.3.1.tar.xz
|
||||||
nfs-utils-2.3.1/
|
nfs-utils-2.3.1/
|
||||||
|
/nfs-utils-2.3.2.tar.xz
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
diff -up nfs-utils-2.3.1/tools/Makefile.am.orig nfs-utils-2.3.1/tools/Makefile.am
|
diff -up nfs-utils-2.3.1/configure.ac.orig nfs-utils-2.3.1/configure.ac
|
||||||
--- nfs-utils-2.3.1/tools/Makefile.am.orig 2017-12-20 10:40:36.000000000 -0500
|
--- nfs-utils-2.3.1/configure.ac.orig 2018-05-22 13:56:01.906548548 -0400
|
||||||
+++ nfs-utils-2.3.1/tools/Makefile.am 2018-05-16 08:08:13.829718208 -0400
|
+++ nfs-utils-2.3.1/configure.ac 2018-05-22 13:57:01.197437109 -0400
|
||||||
@@ -1,11 +1,5 @@
|
@@ -157,7 +157,7 @@ AC_ARG_WITH(rpcgen,
|
||||||
## Process this file with automake to produce Makefile.in
|
RPCGEN_PATH=$rpcgen_path
|
||||||
|
fi
|
||||||
-OPTDIRS =
|
AC_SUBST(RPCGEN_PATH)
|
||||||
-
|
- AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = ""])
|
||||||
-if CONFIG_RPCGEN
|
+ AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "NoBuild"])
|
||||||
-OPTDIRS += rpcgen
|
AC_ARG_ENABLE(uuid,
|
||||||
-endif
|
[AC_HELP_STRING([--disable-uuid],
|
||||||
-
|
[Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])],
|
||||||
-SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS)
|
|
||||||
+SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
|
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://linux-nfs.org/
|
URL: http://linux-nfs.org/
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 9.rc1%{?dist}
|
Release: 0%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -15,10 +15,6 @@ Source3: nfs-utils_env.sh
|
|||||||
Source4: lockd.conf
|
Source4: lockd.conf
|
||||||
Source5: 24-nfs-server.conf
|
Source5: 24-nfs-server.conf
|
||||||
|
|
||||||
Patch001: nfs-utils-2.3.2-rc1.patch
|
|
||||||
Patch002: nfs-utils-2.3.1-mount-auto-v3.patch
|
|
||||||
Patch003: nfs-utils-2.3.1-mount-setdefault-minor.patch
|
|
||||||
|
|
||||||
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
||||||
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
||||||
Patch102: nfs-utils-1.2.5-idmap-errmsg.patch
|
Patch102: nfs-utils-1.2.5-idmap-errmsg.patch
|
||||||
@ -53,7 +49,7 @@ BuildRequires: krb5-devel, libmount-devel
|
|||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
#BuildRequires: rpcgen
|
BuildRequires: rpcgen
|
||||||
Requires(pre): shadow-utils >= 4.0.3-25
|
Requires(pre): shadow-utils >= 4.0.3-25
|
||||||
Requires(pre): util-linux
|
Requires(pre): util-linux
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
@ -287,6 +283,7 @@ fi
|
|||||||
%{_sbindir}/nfsiostat
|
%{_sbindir}/nfsiostat
|
||||||
%{_sbindir}/nfsidmap
|
%{_sbindir}/nfsidmap
|
||||||
%{_sbindir}/blkmapd
|
%{_sbindir}/blkmapd
|
||||||
|
%{_sbindir}/nfsconf
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_pkgdir}/*/*
|
%{_pkgdir}/*/*
|
||||||
%attr(755,root,root) %{_libexecdir}/nfs-utils/nfs-utils_env.sh
|
%attr(755,root,root) %{_libexecdir}/nfs-utils/nfs-utils_env.sh
|
||||||
@ -311,6 +308,9 @@ fi
|
|||||||
%{_libdir}/libnfsidmap.so
|
%{_libdir}/libnfsidmap.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 24 2018 Steve Dickson <steved@redhat.com> 2.3.2-0
|
||||||
|
- Updated to latest upstream release: 2.3.2 (bz 1582341)
|
||||||
|
|
||||||
* Tue May 15 2018 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> 2.3.1-9.rc1
|
* Tue May 15 2018 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> 2.3.1-9.rc1
|
||||||
- Only try to create nfsnobody if the uid/gid are not found (bz 1488897)
|
- Only try to create nfsnobody if the uid/gid are not found (bz 1488897)
|
||||||
- Turn off the building of rpcgen
|
- Turn off the building of rpcgen
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (nfs-utils-2.2.1.tar.xz) = 50898a5d71ad9369d177dd1f004d3ddc150b201b1af65f6c91dbe2505fad3ebecc7033eb14dc2f3b71704bdece645f6f2d62107c8b421c5fa98831898e36c30f
|
SHA512 (nfs-utils-2.3.2.tar.xz) = e35e98fd110e3dab2c7269664f8a87acdc06458fabd6b32a01640534441b4b5acfdc42ed34783184d94605842a194bf4ca1e38922f812010dc11273f2cc5ab17
|
||||||
SHA512 (nfs-utils-2.3.1.tar.xz) = 812f48690b109a0456685a9a04997da9281f58d70d2aa34b614f64de6f1fc086db3d3cc4d16c2f5fe98026b39dadd03ba71780ad8ac37f94cd1375a50023369a
|
|
||||||
|
Loading…
Reference in New Issue
Block a user