Browse Source

nfs-utils-2.3.3-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11958 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
e85c3883a6
1 changed files with 9 additions and 8 deletions
  1. 9 8
      n/nfs-utils/nfs-utils-vl.spec

+ 9 - 8
n/nfs-utils/nfs-utils-vl.spec

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