|
@@ -4,7 +4,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|
Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
|
|
Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
|
|
Name: nfs-utils
|
|
Name: nfs-utils
|
|
Version: 2.3.3
|
|
Version: 2.3.3
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
%define enablegss 1
|
|
%define enablegss 1
|
|
|
|
|
|
@@ -30,6 +30,8 @@ Source21: id_resolver.conf
|
|
Source22: lockd.conf
|
|
Source22: lockd.conf
|
|
Source23: nfs.sysconfig
|
|
Source23: nfs.sysconfig
|
|
|
|
|
|
|
|
+Patch001: nfs-utils.2.3.4-rc1.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
|
|
Patch103: nfs-utils-1.2.5-idmap-errmsg.patch
|
|
Patch103: nfs-utils-1.2.5-idmap-errmsg.patch
|
|
@@ -126,12 +128,7 @@ developing programs which use the libnfsidmap library.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
-
|
|
|
|
-%patch100 -p1
|
|
|
|
-%patch101 -p1
|
|
|
|
-%patch103 -p1
|
|
|
|
-
|
|
|
|
|
|
+%autosetup -p1
|
|
|
|
|
|
# Remove .orig files
|
|
# Remove .orig files
|
|
find . -name "*.orig" | xargs rm -f
|
|
find . -name "*.orig" | xargs rm -f
|
|
@@ -340,7 +337,7 @@ fi
|
|
%config(noreplace) /var/lib/nfs/rmtab
|
|
%config(noreplace) /var/lib/nfs/rmtab
|
|
%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/statd/state
|
|
%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/statd/state
|
|
/sbin/rpc.statd
|
|
/sbin/rpc.statd
|
|
-/sbin/osd_login
|
|
|
|
|
|
+#/sbin/osd_login
|
|
/sbin/nfsdcltrack
|
|
/sbin/nfsdcltrack
|
|
%{_sbindir}/exportfs
|
|
%{_sbindir}/exportfs
|
|
%{_sbindir}/nfsstat
|
|
%{_sbindir}/nfsstat
|
|
@@ -383,6 +380,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.4-3
|
|
|
|
+- rebuilt with libtirpc-1.1.4.
|
|
|
|
+- imported Patch001 from rawhide.
|
|
|
|
+
|
|
* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.3-2
|
|
* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.3-2
|
|
- fixed "Provides:".
|
|
- fixed "Provides:".
|
|
|
|
|