Add nfs.conf to nfsv4-client-utils package (RHEL-72013)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
0244ccf962
commit
5844636e16
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://linux-nfs.org/
|
URL: http://linux-nfs.org/
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 32%{?dist}
|
Release: 33%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -336,7 +336,6 @@ if [ $1 -eq 0 ]; then
|
|||||||
%systemd_preun nfs-client.target
|
%systemd_preun nfs-client.target
|
||||||
|
|
||||||
rm -rf /etc/nfsmount.conf.d
|
rm -rf /etc/nfsmount.conf.d
|
||||||
rm -rf /var/lib/nfs/v4recovery
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -470,6 +469,7 @@ fi
|
|||||||
|
|
||||||
%files -n nfsv4-client-utils
|
%files -n nfsv4-client-utils
|
||||||
%config(noreplace) /etc/nfsmount.conf
|
%config(noreplace) /etc/nfsmount.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/nfs.conf
|
||||||
%dir %{_sharedstatedir}/nfs/v4recovery
|
%dir %{_sharedstatedir}/nfs/v4recovery
|
||||||
%dir %attr(555, root, root) %{_sharedstatedir}/nfs/rpc_pipefs
|
%dir %attr(555, root, root) %{_sharedstatedir}/nfs/rpc_pipefs
|
||||||
%dir %{_libexecdir}/nfs-utils
|
%dir %{_libexecdir}/nfs-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user