nfs-utils-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
  2. Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
  3. Name: nfs-utils
  4. URL: http://sourceforge.net/projects/nfs
  5. Version: 1.1.5
  6. Release: 3%{?_dist_release}
  7. # group all 32bit related archs
  8. %define all_32bit_archs i386 i686 athlon
  9. # Enable the ability to set the 'fsc' mount flag which
  10. # will allow NFS to use FS-Cache.
  11. %define enablefscache 0
  12. # Set 1 to enable RPC Sec-GSS authentication feature
  13. %define enablegss 0
  14. Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
  15. Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
  16. Source10: nfs.init
  17. Source11: nfslock.init
  18. Source12: rpcidmapd.init
  19. Source13: rpcgssd.init
  20. Source14: rpcsvcgssd.init
  21. Source15: nfs.sysconfig
  22. Patch00: nfs-utils-1.0.5-statdpath.patch
  23. Patch01: nfs-utils-1.1.0-smnotify-path.patch
  24. Patch02: nfs-utils-1.1.0-exp-subtree-warn-off.patch
  25. Patch100: nfs-utils-1.1.5-tcpwrap-externs.patch
  26. Patch101: nfs-utils-1-1-6-rc2.patch
  27. Patch102: nfs-utils-1-1-6-rc3.patch
  28. Patch103: nfs-utils-1.1.5-nfsstat-update.patch
  29. Patch104: nfs-utils-1.1.5-umount-privport.patch
  30. %if %{enablefscache}
  31. Patch90: nfs-utils-1.1.0-mount-fsc.patch
  32. %endif
  33. Group: System Environment/Daemons
  34. Provides: exportfs = %{version}-%{release}
  35. Provides: nfsstat = %{version}-%{release}
  36. Provides: showmount = %{version}-%{release}
  37. Provides: rpcdebug = %{version}-%{release}
  38. Provides: rpc.idmapd = %{version}-%{release}
  39. Provides: rpc.mountd = %{version}-%{release}
  40. Provides: rpc.nfsd = %{version}-%{release}
  41. Provides: rpc.statd = %{version}-%{release}
  42. %if %{enablegss}
  43. Provides: rpc.gssd = %{version}-%{release}
  44. Provides: rpc.svcgssd = %{version}-%{release}
  45. %endif
  46. Provides: mount.nfs = %{version}-%{release}
  47. Provides: mount.nfs4 = %{version}-%{release}
  48. Provides: umount.nfs = %{version}-%{release}
  49. Provides: umount.nfs4 = %{version}-%{release}
  50. Provides: sm-notify = %{version}-%{release}
  51. Provides: start-statd = %{version}-%{release}
  52. License: GPL
  53. Buildroot: %{_tmppath}/%{name}-%{version}-root
  54. # Vine still uses portmap instead of rpcbind, as of this writing
  55. #Requires: rpcbind
  56. Requires: portmap >= 4.0
  57. Requires: sed, gawk, sh-utils, fileutils, textutils, grep
  58. Requires: modutils >= 2.4.26-9
  59. BuildRequires: libevent-devel >= 1.3b
  60. BuildRequires: libnfsidmap >= 0.20
  61. %if %{enablegss}
  62. BuildRequires: libgssglue-devel
  63. BuildRequires: librpcsecgss >= 0.17
  64. %endif
  65. BuildRequires: autoconf >= 2.57 openldap-devel >= 2.2
  66. BuildRequires: automake, libtool, glibc-headers
  67. BuildRequires: e2fsprogs-devel, tcp_wrappers
  68. Requires(pre): shadow-utils >= 4.0.3-25
  69. Requires(pre): /sbin/chkconfig /sbin/nologin
  70. Requires: libnfsidmap >= 0.20 libevent >= 1.3b
  71. %if %{enablegss}
  72. Requires: librpcsecgss >= 0.17 libgssglue
  73. %endif
  74. %description
  75. The nfs-utils package provides a daemon for the kernel NFS server and
  76. related tools, which provides a much higher level of performance than the
  77. traditional Linux NFS server used by most users.
  78. This package also contains the showmount program. Showmount queries the
  79. mount daemon on a remote host for information about the NFS (Network File
  80. System) server on the remote host. For example, showmount can display the
  81. clients which are mounted on that host.
  82. This package also contains the mount.nfs and umount.nfs program.
  83. %description -l ja
  84. nfs-utils パッケージには kernel NFS サーバと関連ツールが収録されています。
  85. これにより、多くのユーザに使われてきた旧来の Linux NFS サーバより高い
  86. パフォーマンスを提供することができます。
  87. このパッケージには showmount プログラムも収録されています。
  88. showmount は遠隔ホストの mount デーモンに問い合わせを行い、
  89. NFS サーバに関する情報を得ることができます。
  90. 例えば、showmount を使うことで、その遠隔ホストをマウントしている
  91. クライアントの一覧を得ることができます。
  92. 本パッケージにはまた mount.nfs と umount.nfs プログラムも収録されています。
  93. %prep
  94. %setup -q
  95. %patch00 -p1
  96. %patch01 -p1
  97. %patch02 -p1
  98. %patch100 -p1
  99. %patch101 -p1
  100. %patch102 -p1
  101. %patch103 -p1
  102. %patch104 -p1
  103. %if %{enablefscache}
  104. %patch90 -p1
  105. %endif
  106. # Remove .orig files
  107. find . -name "*.orig" | xargs rm -f
  108. %build
  109. %ifarch s390 s390x
  110. PIE="-fPIE"
  111. %else
  112. PIE="-fpie"
  113. %endif
  114. export PIE
  115. sh -x autogen.sh
  116. CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE`"
  117. %configure \
  118. CFLAGS="$CFLAGS" \
  119. CPPFLAGS="$DEFINES" \
  120. LDFLAGS="-pie" \
  121. %if %{enablegss}
  122. --enable-gss \
  123. %else
  124. --disable-gss \
  125. %endif
  126. --enable-mount
  127. make all
  128. %install
  129. rm -rf $RPM_BUILD_ROOT
  130. mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
  131. mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man5,man8}
  132. mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
  133. make DESTDIR=$RPM_BUILD_ROOT install
  134. install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
  135. install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs
  136. install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock
  137. install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd
  138. %if %{enablegss}
  139. install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd
  140. install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd
  141. %endif
  142. install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs
  143. mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
  144. touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
  145. mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
  146. mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
  147. mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
  148. # temporarily remove nfs.5 man page until util-linux gets upgraded...
  149. rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/nfs.5*
  150. %clean
  151. rm -rf $RPM_BUILD_ROOT
  152. %pre
  153. # move files so the running service will have this applied as well
  154. for x in gssd svcgssd idmapd ; do
  155. if [ -f /var/lock/subsys/rpc.$x ]; then
  156. mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
  157. fi
  158. done
  159. /usr/sbin/useradd -r -c "RPC Service User" \
  160. -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
  161. # Define the correct unsigned uid value for 32 or 64 bit archs
  162. %ifarch %{all_32bit_archs}
  163. %define nfsnobody_uid 65534
  164. %else
  165. %define nfsnobody_uid 4294967294
  166. %endif
  167. # If UID 65534 (or 4294967294 64bit archs) is unassigned, create user "nfsnobody"
  168. cat /etc/passwd | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
  169. if [ "$?" -eq 1 ]; then
  170. /usr/sbin/useradd -r -c "Anonymous NFS User" \
  171. -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
  172. fi
  173. %post
  174. /sbin/chkconfig --add nfs
  175. /sbin/chkconfig --add nfslock
  176. /sbin/chkconfig --add rpcidmapd
  177. %if %{enablegss}
  178. /sbin/chkconfig --add rpcgssd
  179. /sbin/chkconfig --add rpcsvcgssd
  180. %endif
  181. # Make sure statd used the correct uid/gid.
  182. if [ -f /var/lock/subsys/nfslock ]; then
  183. /etc/rc.d/init.d/nfslock stop > /dev/null
  184. chown -R rpcuser:rpcuser /var/lib/nfs/statd
  185. /etc/rc.d/init.d/nfslock start > /dev/null
  186. else
  187. chown -R rpcuser:rpcuser /var/lib/nfs/statd
  188. fi
  189. %preun
  190. if [ "$1" = "0" ]; then
  191. /etc/rc.d/init.d/nfs condrestart
  192. %if %{enablegss}
  193. /etc/rc.d/init.d/rpcgssd condrestart
  194. /etc/rc.d/init.d/rpcidmapd condrestart
  195. %endif
  196. /etc/rc.d/init.d/nfslock condrestart
  197. /sbin/chkconfig --del rpcidmapd
  198. %if %{enablegss}
  199. /sbin/chkconfig --del rpcgssd
  200. /sbin/chkconfig --del rpcsvcgssd
  201. %endif
  202. /sbin/chkconfig --del nfs
  203. /sbin/chkconfig --del nfslock
  204. /usr/sbin/userdel rpcuser 2>/dev/null || :
  205. /usr/sbin/groupdel rpcuser 2>/dev/null || :
  206. /usr/sbin/userdel nfsnobody 2>/dev/null || :
  207. rm -rf /var/lib/nfs/statd
  208. rm -rf /var/lib/nfs/v4recovery
  209. fi
  210. %postun
  211. if [ "$1" -ge 1 ]; then
  212. /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
  213. %if %{enablegss}
  214. /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
  215. %endif
  216. /etc/rc.d/init.d/nfs condrestart > /dev/null
  217. /etc/rc.d/init.d/nfslock condrestart > /dev/null
  218. fi
  219. %triggerpostun -- nfs-server
  220. /sbin/chkconfig --add nfs
  221. %triggerpostun -- knfsd
  222. /sbin/chkconfig --add nfs
  223. %triggerpostun -- knfsd-clients
  224. /sbin/chkconfig --add nfslock
  225. %files
  226. %defattr(-,root,root)
  227. %config /etc/rc.d/init.d/nfs
  228. %config /etc/rc.d/init.d/rpcidmapd
  229. %if %{enablegss}
  230. %config /etc/rc.d/init.d/rpcgssd
  231. %config /etc/rc.d/init.d/rpcsvcgssd
  232. %endif
  233. %config(noreplace) /etc/sysconfig/nfs
  234. %dir /var/lib/nfs/v4recovery
  235. %dir /var/lib/nfs/rpc_pipefs
  236. %dir /var/lib/nfs
  237. %dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
  238. %dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
  239. %config(noreplace) /var/lib/nfs/xtab
  240. %config(noreplace) /var/lib/nfs/etab
  241. %config(noreplace) /var/lib/nfs/rmtab
  242. %config(noreplace) /var/lib/nfs/state
  243. %doc linux-nfs/*
  244. /sbin/rpc.statd
  245. /usr/sbin/exportfs
  246. /usr/sbin/nfsstat
  247. /usr/sbin/rpcdebug
  248. /usr/sbin/rpc.mountd
  249. /usr/sbin/rpc.nfsd
  250. /usr/sbin/showmount
  251. /usr/sbin/rpc.idmapd
  252. %if %{enablegss}
  253. /usr/sbin/rpc.gssd
  254. /usr/sbin/rpc.svcgssd
  255. /usr/sbin/gss_clnt_send_err
  256. /usr/sbin/gss_destroy_creds
  257. %endif
  258. /usr/sbin/sm-notify
  259. /usr/sbin/start-statd
  260. %{_mandir}/*/*
  261. %config /etc/rc.d/init.d/nfslock
  262. %attr(4755,root,root) /sbin/mount.nfs
  263. %attr(4755,root,root) /sbin/mount.nfs4
  264. %attr(4755,root,root) /sbin/umount.nfs
  265. %attr(4755,root,root) /sbin/umount.nfs4
  266. %changelog
  267. * Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-3
  268. - add INIT INFO headers to initscripts
  269. * Fri Jun 12 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1.5-2
  270. - import more patches from FC11 1.1.5-5
  271. - Patch101: upstream rc2 patch
  272. - Patch102: upstream rc3 patch
  273. - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
  274. - gssd: NULL-terminate buffer after read in read_service_info (try #2)
  275. - gssd: free buffer allocated by gssd_k5_err_msg
  276. - gssd: fix potential double-frees in gssd
  277. - Removed a number of warn_unused_result warnings
  278. - Patch103: Update nfsstat with --sleep and --list options
  279. - Patch104: Fixed umount from using non-privilege ports (bz 492598)
  280. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
  281. - new upstream release
  282. - fix %%post, remove '-l' from useradd option
  283. * Sun Jan 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.2-4
  284. - rebuilt with openldap-2.4.11
  285. - spec in UTF-8
  286. * Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.2-3
  287. - updated to 1.1.2, based on Fedora 1.1.2-2
  288. - disable RPC Sec-GSS feature for Vine (and we won't any longer? Let me know)
  289. - temporarily remove nfs.5 man page until util-linux gets upgraded
  290. - previous Vine changelogs as follows:
  291. - Wed Apr 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-1
  292. - rebuilt with libevent-1.4.3-1
  293. - Sun Jul 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-0vl4
  294. - rebuilt with libevent-1.3b-0vl1
  295. - Tue Aug 29 2006 MATSUBAYASHI <shaolin@vinelinux.org> 1.0.9-0vl3
  296. - rebuilt with libevent-1.1b-0vl1
  297. - Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.9-0vl2
  298. - rebuilt with openldap-2.3.27-0vl1
  299. - Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-0vl1
  300. - new upstream release
  301. - drop obsolete patches
  302. - Wed Mar 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.8-0vl0.rc2.2
  303. - add libevent-devel and libnfsidmap to BuidRequires
  304. - Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.8-0vl0.rc2.1
  305. - update to nfs-utils-1.0.8-rc2
  306. - merged some patches from FC
  307. - fix kanji code of spec file
  308. - Tue Apr 26 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.6-0vl1
  309. - updated to 1.0.6
  310. - merged several files from 1.0.6-22
  311. - Sun Feb 9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  312. - new upstream release
  313. - remove quota related files, now we are using it from quota utils.
  314. - Sat Sep 01 2001 Toru Sagami <sagami@vinelinux.org>
  315. - 0.3.1-12vl2: revive rpc.rquotad for the time being
  316. - Fri Aug 24 2001 Toru Sagami <sagami@vinelinux.org>
  317. - 0.3.1-12vl1: ported to Vine
  318. * Mon Apr 14 2008 Steve Dickson <steved@redhat.com> 1.1.2-2
  319. - Make EACCES a non fatal error (bz 439807)
  320. * Tue Mar 25 2008 Steve Dickson <steved@redhat.com> 1.1.2-1
  321. - Upgrade to nfs-utils-1.1.2
  322. * Mon Mar 3 2008 Steve Dickson <steved@redhat.com> 1.1.1-5
  323. - Stopped mountd from incorrectly logging an error
  324. (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
  325. - Stop gssd from ignoring the machine credential caches
  326. (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
  327. - Fixed typo in the nfsstat command line arugments.
  328. (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
  329. - Added test to stop buffer overflow in idmapd
  330. (commit bcd0fcaf0966c546da5043be700587f73174ae25)
  331. * Sat Feb 9 2008 Steve Dickson <steved@redhat.com> 1.1.1-4
  332. - Cleaned up some typos that were found in the various
  333. places in the mountd code
  334. * Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 1.1.1-3
  335. - Added in relatime mount option so mount.nfs stays
  336. compatible with the mount command in util-linux-ng (bz 274301)
  337. * Tue Jan 22 2008 Steve Dickson <steved@redhat.com> 1.1.1-2
  338. - Added -S/--since to the nfsstat(1) manpage
  339. - The wording in the exportfs man page can be a bit confusing, implying
  340. that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
  341. - Removed nfsprog option since the kernel no longer supports it.
  342. - Removed mountprog option since the kernel no longer supports it.
  343. - Stop segfaults on amd64 during warnings messages.
  344. - Fix bug when both crossmnt and fsid are set.
  345. * Sat Jan 5 2008 Steve Dickson <steved@redhat.com> 1.1.1-1
  346. - Updated to latest upstream release, nfs-utils-1.1.1
  347. - Added the removal of sm-notify.pid to nfslock init script.
  348. - Changed spec file to use condrestart instead of condstop
  349. when calling init scripts.
  350. - Fixed typo in rpc.mountd man page
  351. - Turn on 'nohide' automatically for all refer exports (bz 313561)
  352. * Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
  353. - Rebuild for openldap bump
  354. * Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 1.1.0-6
  355. - Switch the libgssapi dependency to libgssglue
  356. * Fri Sep 14 2007 Steve Dickson <steved@redhat.com> 1.1.0-5
  357. - Changed the default paths in sm-notify to
  358. /var/lib/nfs/statd (bz 258461)
  359. - Updated exportfs manpage (bz 262861)
  360. * Wed Aug 15 2007 Steve Dickson <steved@redhat.com> 1.1.0-4
  361. - Make sure the open() system calling in exportfs uses
  362. mode bits when creating the etab file (bz 252440).
  363. * Mon Aug 13 2007 Steve Dickson <steved@redhat.com> 1.1.0-3
  364. - Added nosharecache mount option which re-enables
  365. rw/ro mounts to the same server (bz 243913).
  366. * Thu Aug 2 2007 Steve Dickson <steved@redhat.com> 1.1.0-2
  367. - Make sure the gss and idmap daemons remove thier lock
  368. files when they are stopped.
  369. * Sat Jul 28 2007 Steve Dickson <steved@redhat.com> 1.1.0-1
  370. - Upgraded to the latest upstream version (nfs-utils-1.1.0)
  371. * Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
  372. - Fixed typo in mount.nfs4 that causes a segfault during
  373. error processing (bz 241190)
  374. * Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
  375. - Make sure the condrestarts exit with a zero value (bz 240225)
  376. - Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
  377. - Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
  378. - Disabled the FSCache patch, for now...
  379. * Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
  380. - Fix mount.nfs4 to display correct error message (bz 227212)
  381. - Updated mountd and showmount reverse lookup flags (bz 220772)
  382. - Eliminate timeout on nfsd shutdowns (bz 222001)
  383. - Eliminate memory leak in mountd (bz 239536)
  384. - Make sure statd uses correct uid/gid by chowning
  385. the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
  386. - Correct some sanity checking in rpc.nfsd. (bz 220887)
  387. - Added missing unlock_mtab() call in moutnd
  388. - Have mountd hold open etab file to force inode number to change (bz 236823)
  389. - Create a /etc/sysconfig/nfs with all the possible init script
  390. variables (bz 234543)
  391. - Changed nfs initscript to exit with correct value (bz 221874)
  392. * Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
  393. - Replace portmap dependency with an rpcbind dependency (bz 228894)
  394. * Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
  395. - Incorporated Merge Review comments (bz 226198)
  396. * Fri Mar 9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
  397. - Added condstop to all the initscripts (bz 196934)
  398. - Made no_subtree_check a default export option (bz 212218)
  399. * Tue Mar 6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
  400. - Upgraded to 1.0.12
  401. - Fixed typo in Summary.
  402. * Thu Mar 1 2007 Karel Zak <kzak@redhat.com> 1.0.11-2
  403. - Fixed mount.nfs -f (fake) option (bz 227988)
  404. * Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
  405. - Upgraded to 1.0.11
  406. * Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
  407. - Added FS_Location support
  408. * Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
  409. - add support for mount options that contain commas (bz 219645)
  410. * Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
  411. - Stopped v4 umounts from ping rpc.mountd (bz 215553)
  412. * Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
  413. - Doing a connect on UDP sockets causes the linux network
  414. stack to reject UDP patches from multi-home server with
  415. nic on the same subnet. (bz 212471)
  416. * Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
  417. - Removed some old mounting versioning code that was
  418. stopping tcp mount from working (bz 212471)
  419. * Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
  420. - Fixed -o remount (bz 210346)
  421. - fix memory leak in rpc.idmapd (bz 212547)
  422. - fix use after free bug in dirscancb (bz 212547)
  423. - Made no_subtree_check a default export option (bz 212218)
  424. * Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
  425. - Upgraded to 1.0.10
  426. * Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
  427. - Fixed typo in nfs man page (bz 210864).
  428. * Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
  429. - Unable to mount NFS V3 share where sec=none is specified (bz 210644)
  430. * Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
  431. - mount.nfs was not returning a non-zero exit value
  432. on failed mounts (bz 206705)
  433. * Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
  434. - Added support for the mount -s (sloppy) option (#205038)
  435. - Added nfs.5 man page from util-linux
  436. - Added info about [u]mount.nfs to the package description
  437. * Mon Sep 11 2006 <SteveD@RedHat.com> 1.0.9-6
  438. - Removed the compiling of getiversion and getkversion since
  439. UTS_RELEASE is no longer defined and these binary are
  440. not installed.
  441. * Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
  442. - Changed gssd daemons to cache things in memory
  443. instead of /tmp which makes selinux much happier.
  444. (bz 203078)
  445. * Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
  446. - Allow variable for HA callout program in /etc/init.d/nfslock
  447. (bz 202790)
  448. * Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
  449. - add epoch (#196359)
  450. * Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
  451. - Enabled the creating of mount.nfs and umount.nfs binaries
  452. - Added mount option fixes suggested by upstream.
  453. - Fix lazy umounts (bz 169299)
  454. - Added -o fsc mount option.
  455. * Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
  456. - Updated to 1.0.9 release
  457. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
  458. - rebuild
  459. * Sun Jul 2 2006 <jkeating@redhat.com> 1:1.0.8-5
  460. - Introduce epoch to fix upgrade path
  461. * Sat Jul 1 2006 <SteveD@RedHat.com> 1.0.8-3
  462. - Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
  463. * Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
  464. - Split the controlling of nfs version, ports, and protocol
  465. into two different patches
  466. - Fixed and added debugging statements to rpc.mountd.
  467. - Fixed -p arg to work with priviledged ports (bz 156655)
  468. - Changed nfslock initscript to set LOCKD_TCPPORT and
  469. LOCKD_UDPPORT (bz 162133)
  470. - Added MOUNTD_NFS_V1 variable to version 1 of the
  471. mount protocol can be turned off. (bz 175729)
  472. - Fixed gssd to handel mixed case characters in
  473. the domainname. (bz 186069)
  474. * Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
  475. - Updated to nfs-utils-1.0.8
  476. * Thu Jun 8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
  477. - Upgraded to the upstream 1.0.8.rc4 version
  478. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
  479. - bump again for double-long bug on ppc(64)
  480. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
  481. - rebuilt for new gcc4.1 snapshot and glibc changes
  482. * Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
  483. - Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
  484. which turns on debugging in the libarary.
  485. * Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
  486. - Added innetgr patch that changes configure scripts to
  487. check for the innetgr function. (bz 177899)
  488. * Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
  489. - Fix lockfile naming in the initscripts so they're stopped correctly.
  490. * Mon Jan 9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
  491. - Updated to 1.0.8-rc2 release
  492. - Broke out libgssapi into its own rpm
  493. - Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
  494. - Removed libevent code; Required to be installed.
  495. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  496. - rebuilt
  497. * Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
  498. - Updated to latest code in SourceForge CVS
  499. - Updated to latest CITI patches (1.0.7-4)
  500. - Fix bug in nfsdreopen by compiling in server defaults
  501. * Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
  502. - Updated libnfsidmap to 0.11
  503. - Updated libgssapi to 0.5
  504. - Made sure the gss daemons and new libs are
  505. all using the same include files.
  506. - Removed code from the tree that is no longer used.
  507. - Add ctlbits patch that introduced the -N -T and -U
  508. command line flags to rpc.nfsd.
  509. * Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
  510. - Updated to latest nfs-utils code in upstream CVS tree
  511. - Updated libevent from 1.0b to 1.1a
  512. - Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
  513. * Tue Sep 8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
  514. - Reworked the nfslock init script so if lockd is running
  515. it will be killed which is what the HA community needs. (bz 162446)
  516. - Stopped rpcidmapd.init from doing extra echoing when
  517. condstart-ed.
  518. * Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
  519. - don't strip during "make install", so debuginfo packages are generated right
  520. * Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
  521. - no need to still keep a requirement for kernel-2.2 or newer
  522. * Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
  523. - Changed mountd to use stat64() (bz 165062)
  524. * Tue Aug 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
  525. - Changed useradd to use new -l flag (bz149407)
  526. - 64bit fix in gssd code (bz 163139)
  527. - updated broken dependencies
  528. - updated rquotad to compile with latest
  529. quota version.
  530. * Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
  531. - Fixed subscripting problem in idmapd (bz 158188)
  532. * Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
  533. - Fixed buffer overflow in rpc.svcgssd (bz 114288)
  534. * Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
  535. - Fixed misformated output from nfslock script (bz 154648)
  536. * Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
  537. - Fixed a compile error on x86_64 machines in the gss code.
  538. - Updated the statd-notify-hostname.patch to eliminate
  539. a segmentation fault in rpc.statd when an network
  540. interface was down. (bz 151828)
  541. * Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
  542. - Changed xlog to use LOG_INFO instead of LOG_DEBUG
  543. so debug messages will appear w/out any config
  544. changes to syslog.conf.
  545. - Reworked how /etc/exports is setup (bz 151389)
  546. * Wed Mar 2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
  547. - Tied the rpcsecgss debugging in with gssd and
  548. svcgssd debugging
  549. * Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
  550. - Added support to rpcgssd.init and rpcsvcgssd.init scripts
  551. to insmod security modules.
  552. - Changed the nfs.init script to bring rpc.svcgssd up and down,
  553. since rpc.svcgssd is only needed with the NFS server is running.
  554. * Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
  555. - Fix problem in idmapd that was causing "xdr error 10008"
  556. errors (bz 142813)
  557. - make sure the correct hostname is used in the SM_NOTIFY
  558. message that is sent from a rebooted server which has
  559. multiple network interfaces. (bz 139101)
  560. - Changed nfslock to send lockd a -KILL signal
  561. when coming down. (bz 125257)
  562. * Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
  563. - Replaced a memcopy with explicit assignments
  564. in getquotainfo() of rquotad to fix potential overflow
  565. that can occur on 64bit machines. (bz 138068)
  566. * Mon Nov 8 2004 Steve Dickson <SteveD@RedHat.com>
  567. - Updated to latest sourceforge code
  568. - Updated to latest CITIT nfs4 patches
  569. * Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
  570. - Changed nfs.init to bring down rquotad correctly
  571. (bz# 136041)
  572. * Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
  573. - Added "$RQUOTAD_PORT" variable to nfs.init which
  574. allows the rpc.rquotad to use a predefined port
  575. (bz# 124676)
  576. * Fri Oct 1 2004 <SteveD@RedHat.com
  577. - Incorporate some clean up code from Ulrich Drepper (bz# 134025)
  578. - Fixed the chkconfig number in the rpcgssd, rpcidmapd, and
  579. rpcsvcgssd initscrpts (bz# 132284)
  580. * Fri Sep 24 2004 <SteveD@RedHat.com>
  581. - Make sure the uid/gid of nfsnobody is the
  582. correct value for all archs (bz# 123900)
  583. - Fixed some security issues found by SGI (bz# 133556)
  584. * Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
  585. - Major clean up.
  586. - Removed all unused/old patches
  587. - Rename and condensed a number of patches
  588. - Updated to CITI's nfs-utils-1.0.6-13 patches
  589. * Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
  590. - move if..fi condrestart stanza to %%postun (#127914, #128601)
  591. * Wed Jun 16 2004 <SteveD@RedHat.com>
  592. - nfslock stop is now done on package removals
  593. - Eliminate 3 syslog messages that are logged for
  594. successful events.
  595. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  596. - rebuilt
  597. * Mon Jun 14 2004 <SteveD@RedHat.com>
  598. - Fixed syntax error in nfs initscripts when
  599. NETWORKING is not defined
  600. - Removed sync warning on readonly exports.
  601. - Changed run levels in rpc initscripts.
  602. - Replaced modinfo with lsmod when checking
  603. for loaded modules.
  604. * Tue Jun 1 2004 <SteveD@RedHat.com>
  605. - Changed the rpcgssd init script to ensure the
  606. rpcsec_gss_krb5 module is loaded
  607. * Tue May 18 2004 <SteveD@RedHat.com>
  608. - Removed the auto option from MOUNTD_NFS_V2 and
  609. MOUNTD_NFS_V3 variables. Since v2 and v3 are on
  610. by default, there only needs to be away of
  611. turning them off.
  612. * Thu May 10 2004 <SteveD@RedHat.com>
  613. - Rebuilt
  614. * Thu Apr 15 2004 <SteveD@RedHat.com>
  615. - Changed the permission on idmapd.conf to 644
  616. - Added mydaemon code to svcgssd
  617. - Updated the add_gssd.patch from upstream
  618. * Wed Apr 14 2004 <SteveD@RedHat.com>
  619. - Created a pipe between the parent and child so
  620. the parent process can report the correct exit
  621. status to the init scripts
  622. - Added SIGHUP processing to rpc.idmapd and the
  623. rpcidmapd init script.
  624. * Mon Mar 22 2004 <SteveD@RedHat.com>
  625. - Make sure check_new_cache() is looking in the right place
  626. * Wed Mar 17 2004 <SteveD@RedHat.com>
  627. - Changed the v4 initscripts to use $prog for the
  628. arugment to daemon
  629. * Tue Mar 16 2004 <SteveD@RedHat.com>
  630. - Made the nfs4 daemons initscripts work better when
  631. sunrpc is not a module
  632. - added more checks to see if modules are being used.
  633. * Mon Mar 15 2004 <SteveD@RedHat.com>
  634. - Add patch that sets up gssapi_mech.conf correctly
  635. * Fri Mar 12 2004 <SteveD@RedHat.com>
  636. - Added the shutting down of the rpc v4 daemons.
  637. - Updated the Red Hat only patch with some init script changes.
  638. * Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
  639. - rpc_pipefs mounting and aliases are now in modutils; require that
  640. * Thu Mar 11 2004 <SteveD@RedHat.com>
  641. - Updated the gssd patch.
  642. * Sun Mar 7 2004 <SteveD@RedHat.com>
  643. - Added the addition and deletion of rpc_pipefs to /etc/fstab
  644. - Added the addition and deletion of module aliases to /etc/modules.conf
  645. * Mon Mar 1 2004 <SteveD@RedHat.com>
  646. - Removed gssd tarball and old nfsv4 patch.
  647. - Added new nfsv4 patches that include both the
  648. gssd and idmapd daemons
  649. - Added redhat-only v4 patch that reduces the
  650. static librpc.a to only contain gss rpc related
  651. routines (I would rather have gssd use the glibc
  652. rpc routines)
  653. -Changed the gssd svcgssd init scripts to only
  654. start up if SECURE_NFS is set to 'yes' in
  655. /etc/sysconfig/nfs
  656. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  657. - rebuilt
  658. * Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
  659. - make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
  660. * Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
  661. - Added the NFSv4 bits
  662. * Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
  663. - Added the -z flag to nfsstat
  664. * Wed Dec 24 2003 Steve Dickson <SteveD@RedHat.com>
  665. - Fixed lockd port setting in nfs.int script
  666. * Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
  667. - Upgrated to 1.0.6
  668. - Commented out the acl path for fedora
  669. * Thu Aug 27 2003 Steve Dickson <SteveD@RedHat.com>
  670. - Added the setting of lockd ports via sysclt interface
  671. - Removed queue setting code since its no longer needed
  672. * Thu Aug 7 2003 Steve Dickson <SteveD@RedHat.com>
  673. - Added back the acl patch Taroon b2
  674. * Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
  675. - Commented out the acl patch (for now)
  676. * Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
  677. - Upgrated to 1.0.5
  678. * Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
  679. - Added security update
  680. - Fixed the drop-privs.patch which means the chroot
  681. patch could be removed.
  682. * Mon Jun 9 2003 Steve Dickson <SteveD@RedHat.com>
  683. - Defined the differ kinds of debugging avaliable for mountd in
  684. the mountd man page.
  685. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  686. - rebuilt
  687. * Tue Jun 3 2003 Steve Dickson <SteveD@RedHat.com>
  688. - Upgraded to 1.0.3
  689. - Fixed numerous bugs in init scrips
  690. - Added nfsstat overflow patch
  691. * Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
  692. - rebuild
  693. * Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
  694. - change init script to not start rpc.lock if already running
  695. * Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
  696. - Moved access code to be after dropping privs
  697. * Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
  698. - Build with %%configure
  699. - Add nhfsgraph, nhfsnums and nhfsrun to the files list
  700. * Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
  701. - Don't drop privs until we've bound the notification socket
  702. * Thu Nov 7 2002 Stephen C. Tweedie <sct@redhat.com>
  703. - Ignore SIGPIPE in rpc.mountd
  704. * Thu Aug 1 2002 Bob Matthews <bmatthews@redhat.com>
  705. - Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
  706. - to nfs init script.
  707. * Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
  708. - Move to nfs-utils-1.0.1
  709. * Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
  710. - "service nfs restart" should start services even if currently
  711. - not running (#59469)
  712. - bump version to 0.3.3-4
  713. * Wed Oct 3 2001 Bob Matthews <bmatthews@redhat.com>
  714. - Move to nfs-utils-0.3.3
  715. - Make nfsnobody a system account (#54221)
  716. * Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
  717. - if UID 65534 is unassigned, add user nfsnobody (#22685)
  718. * Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
  719. - fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
  720. * Tue Aug 7 2001 Bob Matthews <bmatthews@redhat.com>
  721. - nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
  722. * Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
  723. - Make %%pre useradd consistent with other Red Hat packages.
  724. * Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
  725. - Added sh-utils dependency for uname -r in nfs init script
  726. * Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
  727. - make non RH kernel release strings scan correctly in
  728. - nfslock init script (#44186)
  729. * Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
  730. - don't install any rquota pages in _mandir: (#39707, #44119)
  731. - don't try to manipulate rpc.rquotad in init scripts
  732. - unless said program actually exists: (#43340)
  733. * Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
  734. - don't translate initscripts for 6.x
  735. * Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
  736. - do not start lockd on kernel 2.2.18 or higher (done automatically)
  737. * Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
  738. - don't use rquotad from here now; quota package contains a version that
  739. works with 2.4 (#33738)
  740. * Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
  741. - Statd logs at LOG_DAEMON rather than LOG_LOCAL5
  742. - s/nfs/\$0/ where appropriate in init scripts
  743. * Tue Mar 6 2001 Jeff Johnson <jbj@redhat.com>
  744. - Move to nfs-utils-0.3.1
  745. * Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
  746. - #include <time.h> patch
  747. * Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
  748. - Really enable netgroups
  749. * Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  750. - i18nize initscripts
  751. * Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
  752. - Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
  753. * Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
  754. - Hackish fix in build section to enable netgroups
  755. * Wed Jan 3 2001 Bob Matthews <bmatthews@redhat.com>
  756. - Fix incorrect file specifications in statd manpage.
  757. - Require gawk 'cause it's used in nfslock init script.
  758. * Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
  759. - Require sed because it's used in nfs init script
  760. * Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
  761. - Don't do a chroot(2) after dropping privs, in statd.
  762. * Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
  763. - NFSv3 if kernel >= 2.2.18, detected in init script
  764. * Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  765. - update to 0.2.1
  766. * Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
  767. - don't start lockd on 2.4 kernels; it's unnecessary
  768. * Tue Sep 5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  769. - more portable fix for mandir
  770. * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  771. - update to 0.2-release
  772. * Fri Sep 1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  773. - fix reload script
  774. * Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  775. - update to 0.2 from CVS
  776. - adjust statd-drop-privs patch
  777. - disable tcp_wrapper support
  778. * Wed Aug 2 2000 Bill Nottingham <notting@redhat.com>
  779. - fix stop priority of nfslock
  780. * Tue Aug 1 2000 Bill Nottingham <notting@redhat.com>
  781. - um, actually *include and apply* the statd-drop-privs patch
  782. * Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
  783. - fix init script ordering (#14502)
  784. * Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
  785. - run statd chrooted and as non-root
  786. - add prereqs
  787. * Tue Jul 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
  788. - use "License", not "Copyright"
  789. - use %%{_tmppath} and %%{_mandir}
  790. * Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  791. - built for next release
  792. * Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  793. - 0.1.9.1
  794. - remove patch0, has been integrated upstream
  795. * Wed Feb 9 2000 Bill Nottingham <notting@redhat.com>
  796. - the wonderful thing about triggers, is triggers are wonderful things...
  797. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  798. - switch to nfs-utils as the base tree
  799. - fix the statfs patch for the new code base
  800. - single package that obsoletes everything we had before (if I am to keep
  801. some traces of my sanity with me...)
  802. * Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
  803. - use statfs syscall instead of stat to determinal optimal blksize