- Update to the latest upstream release: nfs-utils-1-3-1
- Enable gssproxy to manage the GSSAPI creds on the server. Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
5f97c3c4d6
commit
5747f80f3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Makefile
|
|||||||
/nfs-utils-1.2.8.tar.bz2
|
/nfs-utils-1.2.8.tar.bz2
|
||||||
/nfs-utils-1.2.9.tar.bz2
|
/nfs-utils-1.2.9.tar.bz2
|
||||||
/nfs-utils-1.3.0.tar.xz
|
/nfs-utils-1.3.0.tar.xz
|
||||||
|
/nfs-utils-1.3.1.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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://sourceforge.net/projects/nfs
|
URL: http://sourceforge.net/projects/nfs
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 7.0%{?dist}
|
Release: 0.0%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -15,8 +15,6 @@ Source2: nfs.sysconfig
|
|||||||
Source3: nfs-utils_env.sh
|
Source3: nfs-utils_env.sh
|
||||||
Source4: lockd.conf
|
Source4: lockd.conf
|
||||||
|
|
||||||
Patch001: nfs-utils-1.3.1-rc4.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.3-sm-notify-res_init.patch
|
Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
|
||||||
@ -56,7 +54,7 @@ Requires: libtirpc >= 0.2.3-1 libblkid libcap libmount
|
|||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
Conflicts: gssproxy < 0.3.0-0
|
Requires: gssproxy => 0.3.0-0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The nfs-utils package provides a daemon for the kernel NFS server and
|
The nfs-utils package provides a daemon for the kernel NFS server and
|
||||||
@ -73,8 +71,6 @@ This package also contains the mount.nfs and umount.nfs program.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch001 -p1
|
|
||||||
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
@ -233,6 +229,9 @@ fi
|
|||||||
%triggerin -- nfs-utils < 1:1.3.0-0.2
|
%triggerin -- nfs-utils < 1:1.3.0-0.2
|
||||||
/bin/systemctl restart nfs-config >/dev/null 2>&1 || :
|
/bin/systemctl restart nfs-config >/dev/null 2>&1 || :
|
||||||
|
|
||||||
|
%triggerin -- nfs-utils < 1:1.3.0-7.1
|
||||||
|
/bin/systemctl stop rpc-svcgssd >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%config(noreplace) /etc/sysconfig/nfs
|
%config(noreplace) /etc/sysconfig/nfs
|
||||||
@ -280,6 +279,10 @@ fi
|
|||||||
/sbin/umount.nfs4
|
/sbin/umount.nfs4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2014 Steve Dickson <steved@redhat.com> 1.3.1-0.0
|
||||||
|
- Update to the latest upstream release: nfs-utils-1-3-1
|
||||||
|
- Enable gssproxy to manage the GSSAPI creds on the server.
|
||||||
|
|
||||||
* Fri Sep 12 2014 Steve Dickson <steved@redhat.com> 1.3.0-7.0
|
* Fri Sep 12 2014 Steve Dickson <steved@redhat.com> 1.3.0-7.0
|
||||||
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc4 (bz 1108615)
|
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc4 (bz 1108615)
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ RPCIDMAPDARGS=""
|
|||||||
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
|
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
|
||||||
RPCGSSDARGS=""
|
RPCGSSDARGS=""
|
||||||
# Enable usage of gssproxy. See gssproxy-mech(8).
|
# Enable usage of gssproxy. See gssproxy-mech(8).
|
||||||
GSS_USE_PROXY="no"
|
GSS_USE_PROXY="yes"
|
||||||
#
|
#
|
||||||
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
|
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
|
||||||
RPCSVCGSSDARGS=""
|
RPCSVCGSSDARGS=""
|
||||||
|
Loading…
Reference in New Issue
Block a user