Browse Source

update to 1.2.6

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

+ 7 - 5
n/nfs-utils/nfs-utils-vl.spec

@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
-Version: 1.2.5
+Version: 1.2.6
 Release: 1%{?_dist_release}
 
 %define enablegss 0
@@ -22,8 +22,7 @@ Source14: rpcsvcgssd.init
 %endif
 Source15: nfs.sysconfig
 
-Patch001: nfs-utils-1.2.6-rc6.patch
-Patch002: nfs-utils-1.2.4-mountshortcut.patch
+#Patch001: nfs-utils-1.2.7-rc5.patch
 
 Patch100: nfs-utils-1.2.1-statdpath-man.patch
 Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@@ -106,8 +105,7 @@ NFS サーバに関する情報を得ることができます。
 %prep
 %setup -q
 
-%patch001 -p1
-%patch002 -p1
+#%patch001 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -288,6 +286,7 @@ fi
 %config(noreplace) /var/lib/nfs/rmtab
 %config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state
 /sbin/rpc.statd
+/sbin/osd_login
 /usr/sbin/exportfs
 /usr/sbin/nfsstat
 /usr/sbin/rpcdebug
@@ -316,6 +315,9 @@ fi
 
 
 %changelog
+* Sat Oct 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-1
+- update to 1.2.6
+
 * Sat Jan 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
 - update to 1.2.5
 - add patches (update to 1.2.6-rc6)